Tagged: tab section
Hi
Because I don’t use icons/images, just text, I tried several CSS code that I found that increase font-size of the tab titles, but none worked for me.
I tried to create my own ID element (my-tab-title) but when it applies the font size, it messes up the spacing between the tabs as well as increase the content heading title (that is not what I want).
I want the navigation tab title to be 20px and centered (it think they are already centered).
I included a link to my page that’s in development now along with credentials you need to access the site.
Hey tremblayly,
Please try the following in Quick CSS under Enfold->General Styling:
#top .av-section-tab-title {
width: 200px;
}
.av-tab-no-icon.av-tab-no-image .av-inner-tab-title {
font-size: 20px;
}
Best regards,
Rikard
HI Rikard,
That worked. Thank you
Lyse
Hi Lyse,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria
Thanks Victoria