• Resolved globalteer

    (@globalteer)


    When you click on a tab, the open tab does not change color to indicate which tab is open.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Contributor Gregor Capuder

    (@capuderg)

    Hi,

    it looks like the theme you are using has some custom tabs styling and it does not have an active item style.

    You would have to change the styling of the active item yourself. Something like this:

    
    .nav-item.active a.nav-link {
        text-decoration: underline;
    }
    

    Take care!

Viewing 1 replies (of 1 total)
  • The topic ‘Tab title not highlighting’ is closed to new replies.