Jump to content

Make search result italic title normal and remove the search link at the end

Recommended Posts

Hey @Somni try to add next code in Custom CSS:

.sqs-search-container-item em {
  font-style: normal;
}

.search-results[data-url="/undergang"] {
  display: none;
}

 

Edited by SquareRefresh

SquareRefresh, premium plugins & templates that have an elevated feel.

Plugins: Have your site stand out. 
Templates: Our templates are designed with versatility in mind.
Get Freebies: Sometimes things in life are free. Browser our hand selected free plugins.

Link to comment
On 11/17/2021 at 12:01 PM, Somni said:

Hey thank you so much for the code. It fixed the italic issue but the link in the end is still there. Is there any way actually to remove that link for any search result?

Appreciate the help

You mean make search result items not clickable?

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
On 11/17/2021 at 7:01 AM, Somni said:

Hey thank you so much for the code. It fixed the italic issue but the link in the end is still there. Is there any way actually to remove that link for any search result?

Appreciate the help

Try this:

.search-result[data-url="/undergang"] {
  display: none;
}

 

SquareRefresh, premium plugins & templates that have an elevated feel.

Plugins: Have your site stand out. 
Templates: Our templates are designed with versatility in mind.
Get Freebies: Sometimes things in life are free. Browser our hand selected free plugins.

Link to comment
6 hours ago, Somni said:

Thanks a lot that did it - but is there any way to make it valid for every search, it is still showing the link when I search other words

Yes, You should to add each keyword into this style, for example:

.search-result[data-url="/undergang"],
.search-result[data-url="/keyword2"],
.search-result[data-url="/keyword3"],
.search-result[data-url="/keyword4"] {
  display: none;
}

 

SquareRefresh, premium plugins & templates that have an elevated feel.

Plugins: Have your site stand out. 
Templates: Our templates are designed with versatility in mind.
Get Freebies: Sometimes things in life are free. Browser our hand selected free plugins.

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.