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

    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

  • text on all the other tabs is not responding to any of the classes I have tried to identify.
    Can you tell me what I should be targeting?
    Thanks.
#634552

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

#634791

Thank you sir.

#635038

Hi,

Glad we could help :-)

Best regards,
Rikard

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