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
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
Thank you!
Glad we could help, let us know if you have any more questions or issues :)
Regards,
Josue
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?
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