Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #7759
    Samson81
    Participant

    I need to now just change the color of the text of the right ride header to black.  How can I do that?

    Thanks again!

    dev.webermfg.ca

    #7795
    Sakin
    Keymaster

    @Samson81:Just add the following css in”Appearance => Theme Options => Custom CSS” box.
    `#header-right .widget-area .widget a { color: #000; }`

    #7815
    Samson81
    Participant

    It didn’t seem to work.

    #7828
    Sakin
    Keymaster

    @Samson81: Sorry, there is space in above css. Replace the above css with the following.
    `#header-right.widget-area .widget a { color: #000; }`

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Header Right Side Images’ is closed to new replies.