Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1251564

    Hello,

    I have been digging through the forums and tried many of the solutions suggested to other users, but it seems like none of those are working for my particiular site.

    I am looking to change the background the the TABS and TAB CONTENT for all 3 TABS on the referenced page.

    Can you please help?

    #1251793

    Hey jonnycuest,

    Please try the following in Quick CSS under Enfold->General Styling:

    .page-id-35262 .tab {
        background-color: green;
    }
    
    .page-id-35262 .tabcontainer .active_tab_content, .page-id-35262 .active_tab {
        background-color: yellow;
    }

    Best regards,
    Rikard

    #1252379

    Thanks Rikard,
    I have put it in and am going to wait for a bit to see if the caching etc. catches up. I’ll check it out tomorrow and let you know.

    – John

    #1252642

    Hey Rikard,

    I have cleared my caches and I am still seeing the backgrounds as gray. Can you take another look?

    Thanks

    #1252988

    Hi,

    Thanks for the update. I see this CSS applying on your site:

    .page-id-35262 .tabcontainer .active_tab_content, .page-id-35262 .active_tab {
        background-color: #fff!important;
    }

    Did you change it to white? If so then it’s working as it should. If not then please let us know which colours you want and post admin WordPress login details in private so that we can have a closer look.

    Best regards,
    Rikard

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