Tagged: ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1136
    LeslieMiller
    Member

    I am creating, http://uncledavescow.com/ and I added a background that would look best if the site description, and footer text ONLY were changed to white. I don’t want to change font site wide to white, just those two places. I searched in the Editor but couldn’t find the details in the CSS where those font colors were listed.

    Can someone help me with the code needed to do this?

    Thanks

    #1161
    Sakin
    Keymaster

    Add the following CSS in “Custom CSS” box in Theme Options under Appearance Tab in your WordPress Dashboard.


    h2#site-description,
    #footer,
    #footer a,
    #footer span {
    color: #fff;
    }

    #1175
    LeslieMiller
    Member

    Thank you thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Updating only the site description ONLY font color’ is closed to new replies.