This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: No results message

#51274
Ernest MarcinkoErnest Marcinko
Keymaster

Hi!

I tried to find if someone else asked this, but i think the forum has no search function?
Thank you for pointing that out – there should be, but it appears the Yoast SEO plugin was blocking the “breadcrumbs” feature of the support forums, which also contains the search. I have disabled their breadcrumbs, you should be able to see it now when navigating through the forums. I didn’t even notice this, thanks again for pointing it out.

You can change that message here: https://i.imgur.com/0SeYpfl.png

Also if you could help me with removing that underline for the message and the free space below the underline,that would be awesome.

Sure! It looks like a tiny CSS conflict, this custom CSS will resolve it:

.asp_nores {
    box-shadow: none !important;
}

.asp_nores ~ div.results {
    display: none;
}