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

    Hi,

    I created an tab on my website http://subdomein.lichtsinnich.nl/?page_id=8#tab-id-3. I wanted to have the background of the tab the same colour of the whole website: #28343c. I found this code on your support to use for changing the colour, but it is not working:

    .div .main_color .tabcontainer .active_tab_content {
    background: #28343c;
    color: #28343c;
    }

    What do I have to change to create the good background colour of the tab.

    Thanks in advnace.

    #581472

    Hi Anne-lys87!

    Thank you for using Enfold.

    Please use this:

    div .main_color .tabcontainer .active_tab_content, div .main_color .tabcontainer .active_tab, .responsive #top .main_color .active_tab_content, .responsive #top .main_color .tabcontainer .active_tab {
        background-color: #28343c;
        color: #ffffff;
    }

    Cheers!
    Ismael

    #581568

    Thanks for helping!

    #582037

    Hi,

    Glad we could be of service :-)

    Thanks,
    Rikard

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