FAQ

https://clarity.silpfcx6-liquidwebsites.com/resources/

using Chrome browser on a Mac, I am seeing large padding area at the bottom of FAQ - can this be removed?
Also - when FAQ is open - h0ow do I change that font color.

thank you

Comments

  • Hello,
    the wrap is so big because in the section options you have checked "equal height wraps"
    Please edit the section element and disable that option.

    You can change the color with this css,
    .faq .question.active .title {
    color: blue !important;
    }
    thanks
Sign In or Register to comment.