Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #46958
    Donald Gerard
    Guest

    I’m trying to change the link attributes on hover. I tried adding the following in the Custom Theme CSS section:

    a:hover { text-decoration: bold; color: green;}

    Nothing happens. My client is using the outdated Callaway theme.

    #46981
    Brandon C
    Keymaster

    Hi Donald

    Thank you for reaching out and thanks for using Callaway WordPress theme with BoldGrid Post and Page Builder. Sorry to hear you’re having having trouble adding custom CSS to your theme, but you are on the right track.

    Try adding the bit of CSS to that same section to accomplish your task:

    a:hover {
    font-weight: 600 !important;
    color: green !important;
    }

    Instead of bold we can use the font-weight attribute and set it 600;. We also used the !important tag so your new CSS overrides any global CSS classes.

    I hope this helps! Please let us know if you have any other questions.

    #47005
    Donald Gerard
    Guest

    Thanks!

    #47017
    Brandon C
    Keymaster

    Anytime Donald!

    I’m glad we could help. Let us know if you have any other questions or concerns.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to change link attributes on hover in Callaway WordPress theme?’ is closed to new replies.