I have discovered that the CSS that I have been using to control the label format of the Enfold tabs no longer works since the latest Enfold updates. I had been using the following tab CSS format. Consequently, I have stripped the code. Here is the CSS that I was using.
.tab_titles div {
padding:5px;
margin:10px;
font-size:20px;
}
Can you provide me the correct code? The link to one of the pages where tabs has been implemented is provided in the Private Content.
Hey John,
Can you please disable caching and minification for now?
Best regards,
Victoria
All caching and minification have been removed. The problem persists.
Hello!
I have the same problem,
Iused the code shown om yours guide but it is not run.
/* CSS – Tab font slyles */
.av-inner-tab-title {
font-size: 15px;
font-weight: 900;
letter-spacing: .5em;
line-height: 24px;
}
Best regards,
Sacha
I am sorry but it did not work me. Thank you for the offer.
Hi envatojlc,
Please try this css:
.main_color .tabcontainer .tab {
padding:5px;
margin:10px 0;
font-size:20px;
}
Best regards,
Victoria
Thank you very much. It worked great.