Tagged: CONTACT FORM, Text Color
Where in the theme is the text color for the ACCORDION text located?
And if I change it, what else will change?
Dan
Hey Dan,
This has to be handled via quick css:
.toggler,
.toggle_content{
color:#000!important;
}
Best regards,
Jordan Shannon
I’m a CSS virgin, how exactly is that done?
Also, I noticed that I am NOT receiving NOTIFICATION emails from my Contact Form.
I get the Thank You email when I use my personal email as a sample, but NO notification email
I don’t know how long it’s been that way.
Dan
Nevermind on the CSS question, I found the Additional CSS under “customize”
IT WORKED!
I got the Color to be black, but now how does the highlighted color of the TEXT become WHITE?
Hi,
Do you mean hovering over the titles? Add this to quick css:
.main_color .toggler:hover{
color:#fff!important;
}
.toggler.activeTitle{
color:#000!important;
}
Best regards,
Jordan Shannon