Hello
The page I am working on is
vitalthrive.us/bodytalk/
Could you please provide a quick css code for:
Making the toggle titles text color white when the toggles are collapsed and expanded?
Thank you support, I always feel satisfied with meeting my need for support from the ENFOLD team
May The Force be with you all.
Hey Nathan!
Thank you for the kind words! and for wishing for the Force to be with us :)
We cannot see the site but the below css should work for you
.main_color .toggler {
color:#FFF!important;
}
Best regards,
Vinay Kashyap
you’re welcome, the theme is great
I launched the site so you can see
vitalthrive.us/bodytalk/
I entered the code and it didn’t work yet
I would like the toggle title text to be white only for this page please
Hey!
Please add the following:
.togglecontainer .single_toggle:first-child .toggler, .togglecontainer .taglist + .single_toggle .toggler {
color: #fff !important;
}
Let us know if you need anything else
Best regards,
Basilis