Fullwidth link hovering

Discussion in 'Appointway WordPress Theme' started by pupwild, Apr 30, 2013.

  1. pupwild

    pupwild Member

    Joined:
    Jan 11, 2013
    Messages:
    126
    Likes Received:
    0
    For some reason the text links on the full width page does not change colors when you hover over it, when you click on it, it does redirect you but I would like it to change colors. Please help
     

    Attached Files:

  2. Harmeet

    Harmeet Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    360
    Likes Received:
    15
    Hello,

    Please share the link of your website so that we can give you the code.
     
  3. pupwild

    pupwild Member

    Joined:
    Jan 11, 2013
    Messages:
    126
    Likes Received:
    0
  4. 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:
    .fullwidth a:hover {
    color: red;
    }
    .fullwidth a {
    color: red;
    }
    Inplace of "red" put your color code.
     

Share This Page