• Resolved zorus

    (@zorus)


    Hello,

    I want to modify the way Hestia displays Search Results in a way that it doesnt show the Author and Date of Creation under every result. I tried to search for a way to do it, but couldnt find a solution.

    I hope somebody here has an idea of what I can do ??

    Greetings, Zorus

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @zorus,

    To not show author and date in your Search Results, try adding the following into Customizer -> Additional CSS:

    .search-results .posted-by.vcard.author {
        display: none !important;
    }

    I hope it helps! Please let us know if this worked.

    Thread Starter zorus

    (@zorus)

    that worked! thank you very much ??

    Hello @zorus,

    I am glad I was able to help!

    Please let us know if you have any more questions by opening a new ticket.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Modify Search Results’ is closed to new replies.