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.
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
Thanks for helping!