Viewing 1 replies (of 1 total)
  • Hi drmaves,

    The category titles show by default when you have the “Group FAQs by Category” setting enabled in the “Ordering” area of the FAQ settings. If you’d like to keep this setting enabled, but also hide the category titles, then you can make use of the “Custom CSS” area in the “Basic” area of the settings. The following code should hide the titles:

    .ufaq-faq-category-title {
    display: none;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Hiding the Category Heading’ is closed to new replies.