post background
4 posters
Page 1 of 1
post background
https://help.forumotion.com/t137252-button-to-choose-the-message-background
the background of the post for this script is not colored completely
the background of the post for this script is not colored completely
Re: post background
Hey,
Just add in your CSS this rule:
and it should fix your problem.
Regards,
TC.
Just add in your CSS this rule:
- Code:
.post {
background-color: #a7b0b9!important;
}
and it should fix your problem.
Regards,
TC.
Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
*** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
No support via PM!
Re: post background
is it really not clear?
you need the background to be completely in the post as a picture
you need the background to be completely in the post as a picture
Re: post background
Just to be clear. You want the butterflies background to be full or the grey one?
Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
*** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
No support via PM!
Re: post background
poesia-verses wrote:https://help.forumotion.com/t137252-button-to-choose-the-message-background
the background of the post for this script is not colored completely
Re: post background
Hi Yes your right this code will not work right for invision forums right now as it was made before we added invision to our forums but with some work it should work
What is the background URL you are using ?
Butterfly or Grey ?
What is the background URL you are using ?
Butterfly or Grey ?
Re: post background
What is the background URL you are using ?
Butterfly or Grey ?
there is a list of backgrounds in the code, you switch
Re: post background
okay give this a try
FIND:
REPLACE WITH :
Result:
NOTE:
If You can't find the Code already installed on your CSS files Please just add this at the Top or Bottom then save.
Admin Control Panel Settings:
ACP >> Display Tab >> Pictures and Colors >> Colors >> CSS Tab >>
FIND:
- Code:
.post-entry {
background-color: #A7B0B9;
border-left: 1px solid #000;
font-family: Times New Roman;
font-size: 22px;
line-height: 138%;
margin-right: -70px;
padding-bottom: 10px;
padding-left: 10px;
}
REPLACE WITH :
- Code:
.post-entry {
background-color: #A7B0B900;
border-left: 1px solid #000;
font-family: Times New Roman;
font-size: 22px;
line-height: 138%;
margin-right: -70px;
padding-bottom: 10px;
padding-left: 10px;
}
Result:
NOTE:
If You can't find the Code already installed on your CSS files Please just add this at the Top or Bottom then save.
TonnyKamper and poesia-verses like this post
Re: post background
@poesia-verses Just a little fix you might want to look at
Your profile is not lined up right
So to add this to your CSS will help you more too.
Find:
Replace with:
Before:
After:
again if not on your CSS files already just add the one called Replace
Your profile is not lined up right
So to add this to your CSS will help you more too.
Find:
- Code:
.postprofile {
margin-left: 10px;
width: 180px;
}
Replace with:
- Code:
.postprofile {
margin-left: 10px;
width: 217px;
}
Before:
After:
again if not on your CSS files already just add the one called Replace
Problem solved & topic archived.
|
TonnyKamper likes this post
Similar topics
» rounded corners for post background
» Post thanked's background
» How to add pretty background to my post?
» Post Background Image
» Different background in post for different users?
» Post thanked's background
» How to add pretty background to my post?
» Post Background Image
» Different background in post for different users?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum