What CSS syntax is required to change text color

by David
3 replies
  • WEB DESIGN
  • |
Hi all, I'm running the new WP2.8
selected the Panorama Theme,
deleted the header.jpg so my tag line can be keyword laden and the header graphic didn't cover it up.

OK fine... now the background color is making the text color not very visible.
I'd like to edit the CSS so the text (ONLY for the tag line) is white.

I figure I'm to add a value to the CSS but I don't know where.
I'm not totally unable to code, I can go look up the hex color code for white, I can go to a CSS tutorial site and get the snytax but I've NO clue *where* to add a line to specify "tag line text color:FFFFF"

Is there a generic answer to this or is my problem specific to the Panorama theme.
#change #color #css #required #syntax #text
  • Profile picture of the author cakdesigns
    if you use firefox get firebug Firebug - Web Development Evolved and hit inspect and it will show the div that calls up your text
    {{ DiscussionBoard.errors[876419].message }}
  • Profile picture of the author pdjsolutions
    Hi there.

    Its the

    #headerimg .description {
    font-size: 1.2em;
    text-align: center;
    }

    here you should add another line saying

    color: #FFFFFF; - for white text colour to the desciprtion.

    Hope this helps
    {{ DiscussionBoard.errors[876699].message }}
  • Profile picture of the author tummadamon1
    OH! Yes. That Right.
    {{ DiscussionBoard.errors[884276].message }}

Trending Topics