Vantage Searchoption in the menue
Hello. I’m using Vantagepremium and i am wondering why the searchfunction in the menu only displays the content, but you cannot click on it to get to the page refering to it?
Or can i change it in the setting?
My Page is: www.fieseliese.com
the searchfunction only shows where the keywords are used and you cannot display more..
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi Lisa
In your Custom CSS you’ve said:
.entry-title, .form-allowed-tags { display: none; }The search results page needs .entry-title to be displayed. So if you just want to undo that for search results try adding:
.search-results .entry-title { display: block; }It needs to be added after the Custom CSS you have now.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.