Hello!
Since I don’t use any posts in my website, I would like to deactivate the “Feel like browsing some posts instead?” part appearing in the search results because it has no content. Would that please be possible?
Thank you!
Kind regards,
C
Hey C_Developer!
Please try the following in Quick CSS:
section.search_not_found *{
display:none !important;
}
Regards,
Rikard
Hi Rikard!
It works! Thank you so much, awesome!
Warm wishes
C