Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #935781

    HI,

    I am using the tab section in two places on my site

    On the first one I made some modifications with css and I am happy with the look. However the second one, I want to use the default enfold look so how do I remove all that css modifications on the second one?

    Thanks

    #935812

    Hey navindesigns,
    To have the css only effect the first page, add the page ID to the css. The page ID for the first page is: page-id-5655
    So your result is:

    .page-id-5655 .av-inner-tab-title {
    font-size: 18px !important;
    color: #ffffff !important;
    font-weight: 400 !important;
    text-transform: uppercase;
        font-family: 'Oswald', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    }
    .page-id-5655 .av-tab-section-tab-title-container {
    	background-color: #7f7f7f !important;
    }
    
    .page-id-5655 .av-inner-tab-title{
        min-width: 190px!important;
    }
    

    I have made this change, please clear your browser cache and check.

    Best regards,
    Mike

    #936887

    That works

    Thank you

    #936899

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    and the video tutorials here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Style tab section ONLY in one place’ is closed to new replies.