Tagged: toggles
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
sorry my site is jackandaddi.com
Hey!
Please add following code to Quick CSS
.toggler {
background-color: transparent!important;
}
Best regards,
Yigit
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