Tagged: tab section, tab title
Hi,
Would it be possible to add animation to tab section titles/icons, such as make inactive tab titles/icons slightly darker on hover? Or perhaps any similar action to accentuate tab title on hover?
Thank you.
Hey,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
#top .av-custom-tab-color a:hover {
color: black;
}
Best regards,
Yigit
Thank you Yigit,
I fixed CSS, it works:
#top .av-tab-section-tab-title-container a:hover {
color: black;
}