Board index PBase HTML and Style Sheets Text colour

HTML and Style Sheets

Text colour

Customize your galleries.
britishbeef
 
Posts: 191

Text colour

Post Fri Feb 27, 2004 1:07 pm


Hello.

I want to change the colour of my discription text in my galleries. eg. this gallery http://www.pbase.com/britishbeef/underground__overground has grey text in it's description and I want to change it. Which line do I have to edit in the style sheet?

Thanks in advance,

Regards,

Geoff.

lenightowl
 
Posts: 215

Re: Text colour

Post Fri Feb 27, 2004 4:36 pm


britishbeef wrote:Hello.

I want to change the colour of my discription text in my galleries. eg. this gallery http://www.pbase.com/britishbeef/underground__overground has grey text in it's description and I want to change it. Which line do I have to edit in the style sheet?

Thanks in advance,

Regards,

Geoff.


Hi Geoff!
Change the colour code here!

----

div,th,tr,table,font,li,ul,form,
blockquote,p,b,i,h1,h2,h3,h4,h5,font, center {
border: 0px;
color: rgb(91, 91, 101);
font: 12px verdana, arial, sans-serif;

----

Just replace it for instance with:
color: white;
...or any colour you like!


:wink: Marie H.

srijith
Moderator
 
Posts: 2321
Location: Amsterdam


Post Sat Feb 28, 2004 2:04 am


Not sure which part you are talking about.. if it is the "Under And Over Ground" part that you want to change the color of, try this code:
Code: Select all
h2
{
color: #fff; /*for white */
color: #000 /*for black*/
color: #7f7f7f /*for grey */
}

Be careful when using the code thenightowl suggested because it could change the color of a lot more things than the heading :)

britishbeef
 
Posts: 191


Post Sat Feb 28, 2004 8:51 am


Thanks for the help. I've managed to get what I wanted.

Regards,


Board index PBase HTML and Style Sheets Text colour

Who is online

Users browsing this forum: ClaudeBot and 1 guest