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

    Hi, thanks again for the best theme and support I’ve encountered. I wonder if you could help me achieve this: I have an Accordion and I want to specify the color of the title background and its hover state. I want to have all accordion toggles the same color, on hover I want a second color and when active I want a third.

    Best regards /Michael

    #440329

    Hi musklick!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    p.toggler:hover {
      background-color: green!important;
    }
    p.toggler.activeTitle {
      background-color: red!important;
    }
    p.toggler {
      background-color: orange!important;
    }

    Best regards,
    Yigit

    #440337

    Thanks Yigit, that’s a new record in quick response. And it works flawlessly, thanks :)
    /Michael

    #440341

    Hey!

    You are welcome Michael, glad we could help. Let us know if you have any other questions or issues so we can try to break the record :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Customize color of Accordion Title and Actice Title’ is closed to new replies.