I would like to change the headline color in the ICON BOX TITLE section when mouse houver.
I have a title on the title, but the title color remains the same. I would like to change the color of the mouse pointer. How to do it? UNI
Hey uuniversal,
Can we please check your web site, so we can be able to help you out?
Best regards,
Basilis
Hi,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
h3.iconbox_content_title a:hover {
color: blue !important;
}
Just change the color. Hope this helps :)
Best regards,
Nikko
Hi,
it’s okay:
1) I still need to underline the text link and the same I need for all headlines. I want all the links to behave the same way – they changed color and were underlined.
2) I need all the links to be underlined.
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
#top h3 a {
text-decoration:underline!important;
}
Best regards,
Vinay