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

    I have edited the Accordion Toggles Styling like this:
    Custom Font Color #00b6ed
    Custom Background Color #ffffff
    Custom Border Color #ffffff
    Custom +/- Icon Color #eaeaea
    Custom Font Color Current Toggle #ffffff
    Title Bar Custom Background Color #00b6ed

    But how can I get accordion toggle content color #000000
    Title font color should still be #00b6ed

    This did not work:
    .alasveto .toggle_content {
    color: #000000 !important;
    }

    #1376190

    Hi,

    Thanks for contacting us!

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    #top .alasveto .toggle_content {
      color: #000 !important;
    }
    

    Best regards,
    Yigit

    #1376211

    This works. Thanks!

    #1376212

    never mind

    #1376239

    Hi,

    You are welcome! Let us know if you have any other questions and enjoy the rest of your day :)

    Best regards,
    Yigit

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Accordion Custom Font Color Current Toggle’ is closed to new replies.