Hello – I am trying to edit the background color on each tab title so it matches the background color of the tab content when active. See the page in the link below. Is this possible? Thanks!
Hey mollystewart,
I see that in your child theme css you have this css to set the background color for the active tab:
.av-active-tab-title {
background: #977d32 !important;
}
Please remove this and use this css instead:
a.av-active-tab-title[data-av-tab-section-title="1"] {
background-color: #977d32 !important;
}
a.av-active-tab-title[data-av-tab-section-title="2"] {
background-color: #c1b63c !important;
}
a.av-active-tab-title[data-av-tab-section-title="3"] {
background-color: #8e1b20 !important;
}
Then please clear your browser cache and check.
Best regards,
Mike
Perfect – thank you so much!
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
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