• Hello,

    I am using the following CSS to hide the all filter when using toggle:

    .qe-faqs-filters-container li:first-child {
    display: none;
    }
    .qe-faq-toggle:not([class*=”amator-a-grubu”]){
    display: none;
    }

    However, when initially going to website contact page, none of the FAQ are displayed, (see image 1 in below imgur link, when you click on “legal” or “payment method” the toggle opens up, I want “legal” to be displayed initially without having to be clicked on, see image 2 in below imgur link) (both images combined into 1)

    View post on imgur.com

    Also, I want to shorten the length of the field. How can I do that?

    For example, with the text “where can I view your terms of service”, (image 1 in below imgur link) I want the field to be shortened so that it ends after the text (see image 2 in below imgur link)

    View post on imgur.com

    Any help is appreciated

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Update FAQ length and initial view’ is closed to new replies.