link decoration

Discussion in 'Woodpecker WordPress Business Theme' started by clukesic, Jun 15, 2015.

  1. clukesic

    clukesic New Member

    Joined:
    Jun 13, 2013
    Messages:
    22
    Likes Received:
    0
    Hi --

    I am using the Woodpecker theme, and would like to have links on the pages have an underline upon mouse over...or maybe change color (fade or something). I've gone through the forums and tried some of the CSS posted for other themes, but it doesn't seem to work on Woodpecker.

    Any help would be appreicated.

    Thanks!

    Chris
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello, Chris!

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    a:hover{
    text-decoration: underline !important;
    }
    Hope it will resolve your issue :)

    Thanks,
    Praveen
     

Share This Page