Change hover colours on footer links

Discussion in 'Cloriato WordPress Theme' started by appleroad, Apr 21, 2014.

Thread Status:
Not open for further replies.
  1. appleroad

    appleroad Guest

    Joined:
    Apr 5, 2014
    Messages:
    13
    Likes Received:
    0
    Hello

    Website is http://www.mortgagesmoneyandme.com

    Could I please have the css code to change the hover action on links on the central column of my footer, the one that says Associates. I want the links to turn bold when they are hovered over.

    I have been able to change the hover format on the outside two columns but for some reason the central column is not picking up on it.

    Thanks
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

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

    Code:
    .footer li a:hover {
    font-weight: bold!important;
    }
    Thanks & Regards
    Nitesh Raghuwanshi
     
  3. appleroad

    appleroad Guest

    Joined:
    Apr 5, 2014
    Messages:
    13
    Likes Received:
    0
    Perfect, thanks Nitesh :)
     
Thread Status:
Not open for further replies.

Share This Page