Pages widget

  • Posted in : Responsy WP
  • lamarcs
    Participant

    I have added the pages widget in my footer that lists my website’s pages. Sometimes, the widget text of page names appears in my custom link colour (set in theme settings>style), but other times it doesn’t show in my custom link colour but rather in black and with a yellow highlight when you hover. Can you think of why it’s sometimes one way and sometimes the other? Thank you!

    Mehmet S.
    Keymaster

    You can use the custom css code to effect directly to the footer:

    Add the codes to Style > Custom CSS:

    Link Color:

    .widget ul.list li a { color: red; }
    

    Link Hover Color:

    .widget ul.list li a:hover { color: grey; background-color: black; }
    
Viewing 2 posts - 1 through 2 (of 2 total)

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