Tagged: hover, Text Color
More questions…
On the page below, I’d like to have the icon box titles have a hover text color change on rollover, as well as in the second section below in the titles of the magazine entries. Is there a way to do this globally?
Also – Right now my nav menu links are activated on the full height of the header – is there a way to make this narrower – maybe 30px padding on top & bottom of the menu titles?
thanks for the help
\Nancy
Hi Munford!
Please add following code to Quick CSS
h3.iconbox_content_title:hover a,h3.av-magazine-title.entry-title:hover a {
color: orange!important;
}
Regards,
Yigit
excellent thanks!