• Resolved meir321

    (@meir321)


    Hi,

    Is there a way I can hide the search on single pages? I only want it to display on the category page.

    Thank you

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

    (@abidhasan112)

    Hi @meir321 ,

    Hope you’re doing good.
    Since we don’t have a separate controller for Search Form on Single Doc page in BetterDocs settings, you can simply add this custom CSS on your stylesheet to get this done:

    .single-docs .betterdocs-search-form-wrap {
        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.

    Thank you!

    Thread Starter meir321

    (@meir321)

    That worked. Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hide Search On Single Page’ is closed to new replies.