Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #484920

    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

    #484971

    Hi handelsmann!

    Do you need to add a class to active, hover which state of tabs?

    Thanks a lot

    Best regards,
    Basilis

    #485195

    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

    #485357

    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

    #485415

    Thanks Yigit. Awesome.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Influence hover on tabs’ is closed to new replies.