Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #342500

    hey guys I am having a hard time changing someing. I have customized the look of my toggles or accordions. Now when you hover the color is different and when looking at an active or opened toggle the look is different. What I can’t seam to correctly target is the background color of the unused toggle titles.

    They have a lit tan color by default but I want to remove this color and have them be transparent. any help with a css change thanks

    #342501

    sorry my site is jackandaddi.com

    #343071

    Hey!

    Please add following code to Quick CSS

    .toggler {
    background-color: transparent!important;
    }

    Best regards,
    Yigit

    #343115

    Thanks. It took a bit more than that but I got it. If I just did that then it overdid something else, but this helped me target the more basic class. I was making it too complex. cheers

    #343119

    Hey!

    You are welcome, always glad to help! Let us know if you have any other questions or issues
    P.S.: Your website is in my Enfold top 10! :)

    Cheers!
    Yigit

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘toggle background color change’ is closed to new replies.