The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Change Background color of blockquote?

2 posters

Go down

Change Background color of blockquote? Empty Change Background color of blockquote?

Post by p4p April 6th 2011, 6:09 am

how would i change the background color of the blockquote? I used block quote in an announcement.It's this light green shade and looks horrid.
I'd like to make it egg blue.
#C3E4ED
The light green(or whatever that is)looks horrid against the rest of the colors on the forum.
FORUM bwi
p4p
p4p
Forumember

Posts : 95
Reputation : 0
Language : English

Back to top Go down

Change Background color of blockquote? Empty Re: Change Background color of blockquote?

Post by Base April 6th 2011, 5:50 pm

Hi, please add this to your CSS code:

Code:
blockquote {
    background: url("http://2img.net/i/fa/prosilver/quote.gif") no-repeat scroll 6px 8px #C3E4ED;
    border: 1px solid #DBDBCE;
    font-size: 0.95em;
    margin: 1em 1px 1em 25px;
    overflow: hidden;
    padding: 5px;
}

Please note that this code will affect every blockquote on your forum. To find your CSS code, please go to:

1. Administration Panel (advanced mode)
2. Display Tab
3. Colors (on the left, under Pictures and Colors)
4. CSS Stylesheet and paste the code there

Smile

Regards,

Base
Base
Base
Forumaster

Male Posts : 10386
Reputation : 1695
Language : English and French
Location : United Kingdom, England

http://forumotionhub.net

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum