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.

Color of Quote box

3 posters

Go down

Color of Quote box Empty Color of Quote box

Post by dvdqnoc February 13th 2008, 5:38 am

the boxes around the quotes on my forum are just white, and so is the background.

is there anyway to change the color of the box aroudn the quotes so that its more noticeable?

i tried to play with all the color stuff on admin>styles>colors but i couldnt figure it out.

thanks in advance
avatar
dvdqnoc
New Member

Posts : 2
Reputation : 0
Language : english

Back to top Go down

Color of Quote box Empty Re: Color of Quote box

Post by zakir321 February 13th 2008, 1:43 pm

You can put this code into your custom CSS field (Styles / Colors / CSS)

.quote{
background-color: #000000;
color: #000000;
}

'Color' defines the color of the font and 'background-color' defines the color of the quote box. replace the Hex-numbers to the color you need. Smile
avatar
zakir321
New Member

Posts : 0
Reputation : 2
Language : english

Back to top Go down

Color of Quote box Empty Re: Color of Quote box

Post by dvdqnoc February 13th 2008, 9:54 pm

I meant just the border of the quotes. I was wondering if there was a way to change the color of the quote's border, not the background of the quote.
avatar
dvdqnoc
New Member

Posts : 2
Reputation : 0
Language : english

Back to top Go down

Color of Quote box Empty Re: Color of Quote box

Post by zakir321 February 14th 2008, 1:32 am

then you'll have to use this code:

.quote{
border: #ff0000;
border-style: solid}
avatar
zakir321
New Member

Posts : 0
Reputation : 2
Language : english

Back to top Go down

Color of Quote box Empty Re: Color of Quote box

Post by hitesh February 14th 2008, 7:31 pm

its sunny_d very strong in css.
hitesh
hitesh
Forumember

Male Posts : 988
Reputation : 0
Language : English, Indian Languages
Location : No Support by PM. I dont love that

http://forum.cricketgod.com

Back to top Go down

Back to top

- Similar topics

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