Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1089205

    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.

    #1089931

    Hey John,

    Can you please disable caching and minification for now?

    Best regards,
    Victoria

    #1090155

    All caching and minification have been removed. The problem persists.

    #1090543

    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

    #1091041

    I am sorry but it did not work me. Thank you for the offer.

    #1091054

    Hi envatojlc,

    Please try this css:

    
     .main_color .tabcontainer .tab {
        padding:5px;
        margin:10px 0;
        font-size:20px;
    }
    

    Best regards,
    Victoria

    #1091096

    Thank you very much. It worked great.

    #1091346

    Hi,

    Great, I’m glad that you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.