Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #653670

    Hi there – I was hoping you could help me style your tabs a little – I’m having trouble isolating the correct classes to restyle some parts

    please see the screenshot here of how I would like them to look

    https://www.dropbox.com/s/9mhvzsdrndlys3l/Screen%20Shot%202016-06-27%20at%202.44.47%20pm.png?dl=0

    1 – how to style the tab borders for the *non-active* tabs –
    2 – how to make the tab titles larger

    I’ve tried a few combinations but nothing seems to work…

    thank you

    #653711

    Hey ShortieD,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    Adjust the color values as required.

    			
    .tabcontainer .active_tab, .tabcontainer .tab {
    	font-size:20px;
    }
    
     .tabcontainer .tab {
    	border-color:#000;
    }
    .tabcontainer .active_tab {
    	border:2px solid gold;
    }
    

    Best regards,
    Vinay

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.