Hey guys,
seems I am a little bit blind – how do I influence hover for the content-element “tab”. See there is a class=”tab “.
What I want to have is a normal not bold weight for the active one?
Probably damn easy.
Thanks Stephan
Hi handelsmann!
Do you need to add a class to active, hover which state of tabs?
Thanks a lot
Best regards,
Basilis
Hey Basilis,
if there is no class, yes I need to add one. Just need to know if I have to work with tab and create something
like .tab :hover :active.
Thanks
Stephan
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.tab.active_tab {
font-weight: normal !important;
}
Cheers!
Yigit
Thanks Yigit. Awesome.