I am trying to change the color of the font color in an unorderd list that is inside a tab element.
I was able to target the first tba with the following
.js_active .tab {
color: white!important;
}
but the
Hey themeforesttony,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.tab_inner_content li em strong {
color: orange!important;
}
Best regards,
Yigit
Thank you sir.