• On my FAQ page, I have all of the FAQs displayed.

    The title of the FAQ links through to the individual FAQ page.

    Is there anyway to remove this link?

    Thanks

Viewing 1 replies (of 1 total)
  • Plugin Support jaysupport

    (@jaysupport)

    Hi Lens,

    For this you could just use the FAQ Toggle feature (available in the Basic area of the Options page). Or you could just disable the click functionality with CSS. For example:

    .ufaq-faq-title a {
        pointer-events: none;
        cursor: default;
    }
    
Viewing 1 replies (of 1 total)
  • The topic ‘Remove FAQ page link’ is closed to new replies.