Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

Okay
  Public Ticket #2218193
highlight active section title in tours
Closed

Comments

  • graftedmgmt started the conversation

    Hello, I'd like to highlight the active section title in this tour.  I'd like to have the active background color be #FF9933 and active text color be #FFFFFF.  I couldn't figure out how to configure this in the tour settings.  Does this require custom CSS, and if so, could you please provide that?  Thanks again.

  •  5,055
    Michael replied

    HI!

    pls. use following css:

    li.vc_tta-tab.vc_active {
        background: #FF9933 !important;
        color: #FFFFFF;
    }
    5110651633.png
  • graftedmgmt replied

    Perfect, again.  Thank you.

  •  5,055
    Michael replied

    You're welcome!

    Have a nice day!