Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1496764

    Hi,

    I’m using the accordion element and the last tab has to be a different bg color. For that I used your suggestion:

    .av_toggle_section:nth-child(9) .toggler  {
      background: #5b9bd4!important;
    color: #003247!important;	
    }

    That works fine. Could you advice what rule I should use in order to get the background (#caeaef) in active state like the first 8 tabs?

    Thanks in advance!

    Best regards,

    Steven

    #1496776

    Hey steviger,

    It’s already in your code:

    background: #5b9bd4;

    Change the hex code with your own.

    Best regards,
    Rikard

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