• Resolved tunder

    (@tunder)


    The live search shows “pages” or “posts” then lists the results. Is it possible to rename these tags or remove them?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @tunder,

    Try the following custom CSS to remove it.

    .ast-search--posttype-heading {
    	display: none;
    }

    Kind regards,
    Herman 😊

    Thread Starter tunder

    (@tunder)

    Thanks Herman for your reply! Unfortunately, this CSS is not working on my website.

    Hi @tunder,

    I tested that CSS on my end before posted it here.

    If you can share with us your site URL, we might be able to provide you a working CSS.

    Kind regards,
    Herman 😊

    Thread Starter tunder

    (@tunder)

    I added this code incorrectly and now I found my mistake. I accidentally put it under @media screen and (max-width: 767px). It works! Thank you very very much!

    Good to know you figured it out!

    Feel free to start a new thread if there’s anything else related to Astra, we can help you with.

    Kind regards,
    Herman 😊

Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.