Maisha Theme // Hover
-
Hi all!
Is there any simple css code to change a link color when hovered (my social media icons do it, but i would like to replicate the effect of any link in the text of the pages).
Thanks!
The blog I need help with is: (visible only to logged in users)
-
Hi, add the following to your custom CSS and you can adjust the color as desired. I’ve used the same sienna/orange color as on the background of your social icons.
.entry-content a:hover, .entry-content a:focus { color: #b85c00; } -
-
- The topic ‘Maisha Theme // Hover’ is closed to new replies.