I’m using tabs on a couple of pages http://www.test.theimplantcentre.com/?page_id=75 & http://www.test.theimplantcentre.com/?portfolio=barbara and in both the headings would benefit from being larger. Is it possible to have a snippet of code that enables me to play around with the size of the font?
Many thanks
Hey Rupert!
This will do it:
.tab_titles div {
font-size: 16px !important;
}
Regards,
Josue