Okay
  Public Ticket #778381
Tabbed Element Font
Closed

Comments

  • Claud started the conversation

    Hey I know this might seem like a really simple question, but I would like to change the font for the tab headings in the tabbed element feature. E.g. I would like to make the font a litter bolder, and maybe a different style. I can't seem to find the option in the typology category. Any help you can offer would be appreciated. 

  •  8,994
    Tahir replied

    Hey ,
    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .tabbed > ul li a {
        font-family: 'Montserrat';
    }
    

    Best.


    ThemeNectar Support Team