• Resolved ianburtonh

    (@ianburtonh)


    I have a simple FAQ group and using this shortcode.
    [faqs style="toggle-grouped" filter="minibus-info-policies-faq"]

    this gives me the following..
    1. Group ‘Links’. (All & Minibus Info & Policies FAQ)
    2. Group ‘Header’ Minibus Info & Policies FAQ
    3. FAQ LIST

    What I want to achieve is items 2 & 3 or just 3
    In essence how do I NOT display the ‘links’

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    You can hide it by adding the following CSS in Additional CSS Box (Dashboard > Appearance > Customize > Additional CSS)

    .qe-faqs-filters-container {
        margin: 0 0 1em 0em;
        display: none;
    }

    Let me know if there is anything else I can do for you. I’ll be happy to assist.
    ?
    ?Sincerely,
    ?

    Thread Starter ianburtonh

    (@ianburtonh)

    Very happy bunny ??
    Many thanks.

    Hi,

    I’m glad I was able to assist you.

    Positive reviews from awesome customers like you help others to feel confident about choosing our product.

    It will be very helpful for us if you could explain how you feel about our product features availability and customizability in the review.

    Regards,

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Toggle-grouped without links’ is closed to new replies.