Inconsistent link colors

Discussion in 'Blackriders WordPress Theme' started by sevagv, Jan 27, 2014.

  1. sevagv

    sevagv New Member

    Joined:
    Nov 8, 2013
    Messages:
    3
    Likes Received:
    0
    Hi there,
    links on our page do not appear to be consistent. Two of my widgets, "categories" and "featured posts" have grey text and turn orange when you roll over them. "Tags" however is black and does not change color at all when you roll over it. How do I change BOTH the text color and the roll-over color for everything? (I'd like black text with green roll-over)

    Thanks!
    Tamar
    www.optionincomeblog.com



     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
     .sidebar ul li a{
    color:black;
    }
    .sidebar ul li a:hover{
    color:green;
    }

    This will solve your issue.


    Thanks & Regards
    Gourav Shrivastava
     

Share This Page