Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1138231

    Where in the theme is the text color for the ACCORDION text located?

    And if I change it, what else will change?

    Dan

    #1138237

    Hey Dan,

    This has to be handled via quick css:

    .toggler,
    .toggle_content{
    color:#000!important;
    }

    Best regards,
    Jordan Shannon

    #1138239

    I’m a CSS virgin, how exactly is that done?

    #1138240

    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

    #1138241

    Nevermind on the CSS question, I found the Additional CSS under “customize”

    IT WORKED!

    #1138243

    I got the Color to be black, but now how does the highlighted color of the TEXT become WHITE?

    #1139166

    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

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.