Tagged: Callaway
- AuthorPosts
- January 17, 2022 at 10:37 am #46958Donald GerardGuest
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.
January 17, 2022 at 10:47 am #46981Brandon CKeymasterHi 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.
January 18, 2022 at 7:44 am #47005Donald GerardGuestThanks!
January 18, 2022 at 7:45 am #47017Brandon CKeymasterAnytime Donald!
I’m glad we could help. Let us know if you have any other questions or concerns.
- AuthorPosts
- The topic ‘How to change link attributes on hover in Callaway WordPress theme?’ is closed to new replies.