Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #337505

    I have read through several strings in this forum about how to change text color in tabs, and I’ve been able to do everything that I’ve wanted/needed except for one thing–
    I’d like the title in the active tab to be #8b2828, but instead it is showing dark gray.
    I’ve added this text to CSS, but still no luck:
    div .main_color .tabcontainer .active_tab {
    color: #8b2828;
    }
    Can you assist?
    http://familyexplorers.com – four tabs about a third of the way down the page.
    Thank you,
    Spencer

    #337770

    Hi swheelwright!

    Thank you for using Enfold.

    Please use this on Quick CSS or custom.css:

    #top .main_color .tabcontainer .tab.active_tab {
    color: #8b2828;
    }

    Best regards,
    Ismael

    #337788

    Worked perfectly. Thanks so much!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘struggling with active tab text color’ is closed to new replies.