CSS Theme Settings not affecting sidebars

  • Posted in : Responsy WP
  • jamieboepple
    Participant

    Hi! I’m trying to change the hover settings for the links in the sidebars (categories, archives, etc).

    i want to change the color of the text when it’s in the hover state, as well as the yellow highlight behind it.

    i’ve done this in the theme settings color picker, but it only applies to the post copy. can you let me know what custom CSS to add to the box in the theme settings?

    Mehmet S.
    Keymaster
    #sidebar a { color: green; }
    #sidebar a:hover { color: red; }
    
    jamieboepple
    Participant

    thank you! and the yellow “highlight” in the back?

    Mehmet S.
    Keymaster
    #sidebar a:hover { background-color: yellow; }
    
    jamieboepple
    Participant

    thank you so so so much!

Viewing 5 posts - 1 through 5 (of 5 total)

The forum ‘Responsy WP’ is closed to new topics and replies.