• Resolved goncalonunogarcia

    (@goncalonunogarcia)


    Hi

    Is it ppossible not to show the category wich post belongs in the live search results preview?

    Thanks

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Abid Hasan

    (@abidhasan112)

    Hi @goncalonunogarcia ,

    Please add this CSS on your stylesheet to get this done:

    .docs-search-result .betterdocs-search-category {
        display: none;
    }

    NOTE: You can simply add custom CSS by navigating to your WordPress Dashboard -> Appearance -> Customize.
    After you are on the Customizer page, search for the “Additional CSS” option. You can then go ahead and insert CSS Code.

    Cheers!

    Thread Starter goncalonunogarcia

    (@goncalonunogarcia)

    thankyou

    worked just fine ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove categories on live search’ is closed to new replies.