Delete

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #407087

    s0mbrer0
    Participant

    Hi!

    I have added the following code to not show the text from the search results.

    .search-results .page-title {
    display: none;
    }

    It works but if you make a typo while searching the text will appear again (see image I attached). How can I also remove it there?

    Attachments:
    You must be logged in to view attached files.
    #407120

    Hello,

    Please insert the site admin access into the Private content below the message area. We will take a closer look at the case.

    Best Regards

    #407456

    s0mbrer0
    Participant

    Will do 🙂

    #407489

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body.search .page-title,
    body.search-no-results .page-title {
    display:none;
    }

    Best Regards

    #407549

    s0mbrer0
    Participant

    Yes, perfect. Thank you Elise!

    #407824

    You are welcome! We are here to help.

    Wish you a wonderful day!

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘Delete’ is closed to new replies.