I would like to change the font size of the Tabs on the Music City Template How can I accomplish this?
Thanks
Konrad M wrote:Hi,
Which joomla version do you use?
ul.gkTabs li span {
font-size:16px;
}
Konrad M wrote:Please try add to override.css
- Code: Select all
ul.gkTabs li span {
font-size:16px;
}
and increase or decrease this value to fit your needs. Remember to enable override.css option in template settings.
padding: 0 14px;
margin: 6px 0;
Konrad M wrote:Try add to same selector this rules:
- Code: Select all
padding: 0 14px;
margin: 6px 0;
and decrease values. Padding will let you change horizontal space and margin vertical one.