Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #172408

    Pamela
    Participant

    Hi Team,

    Could you please provide me with Custom CSS code that bolds all the links when Hovered? I was able to use the Customeizer to change the Hover to go RED but I also want it to go bold.

    I used the following in Custom CSS inside Customizer but it doesn’t seem to have any effect:

    a:hover {
    font-weight: bold;
    }

    My website is http://www.westsidevirtual.com and I am using WordPress 4.1 running X theme, Renew Stack, Revolution Slider Version 4.6.0, X Shortcodes Version 2.6.1, Revolution Slider Version 4.6.0.

    Thank you for your help!

    Pamela D

    #172497

    Christian
    Moderator

    Hey Pamela,

    Please add the code below in the Appearance > Customize > Custom > CSS.

    a:hover {
        font-weight: bold !important;
    }

    Hope that helps. 🙂

    #173111

    Pamela
    Participant

    Thank you very much! That worked!

    #173244

    Christopher
    Moderator

    You’re welcome.