Hover color in textwidget

Discussion in 'GoldenEagle WordPress Theme' started by ddrovdlic, Oct 21, 2013.

  1. ddrovdlic

    ddrovdlic New Member

    Joined:
    May 13, 2013
    Messages:
    19
    Likes Received:
    0
    Could you help me with the css coding so I can have the color of the text change in the links in my textwidget widget?

    Thanks!
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    .textwidget a:hover {
    color: red;
    }
    
    In place of "red" you can put your color or color code.
    This will solve your issue.
     

Share This Page