Tagged: , , ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #180028

    The tab layout, by default, seems think, small…;How can I make the box and text a bit bolder? You can see how they are now, and how much thinner they are than the pricing table above them. I’d like to have the tabs about the same size/weight as the pricing table.. Thanks…-Ken

    http://mauiislandportraits.com/rates

    • This topic was modified 10 years, 6 months ago by kenwae.
    #180032

    Hey kenwae!

    Add this to the Quick CSS:

    .tab_titles {
    	width: 999px;
    }
    .tabcontainer * {
    	font-size: 13px !important;
    }
    .tabcontainer table br{
    	display: none;
    }

    Result:

    Cheers!
    Josue

    #180425

    Thank you!

    #180427

    Glad we could help, let us know if you have any more questions or issues :)

    Regards,
    
Josue

    #196818

    How can we just resize the Tabs Title font size? Because with that CSS code its resizing all the fonts (even all of my custom paragraphs) in the Container.

    I edited the ” .tabcontainer * ” to :

    .tabcontainer .tab_counter_0, .tab_counter_1, .tab_counter_2, .tab_counter_3, .tab_counter_4 {
    	font-size: 13px !important;
    }

    Is there any other easy way?

    #197270

    Hi!

    You should be able to change the font size of the tab titles with

    
    #top #wrap_all .tab_titles {
    font-size: 10px;
    }
    

    Regards,
    Peter

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Resize Tabs’ is closed to new replies.