Somni Posted November 16, 2021 Share Posted November 16, 2021 Site URL: https://somniferummerch.com/search?q=undergang Hi there Can someone tell me how can I make the title of the product normal not italic and remove the link that appears in the end of the search result. Thank you SquareRefresh 1 Link to comment
SquareRefresh Posted November 16, 2021 Share Posted November 16, 2021 (edited) 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 November 16, 2021 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
Somni Posted November 17, 2021 Author Share Posted November 17, 2021 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 Link to comment
tuanphan Posted November 18, 2021 Share Posted November 18, 2021 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
SquareRefresh Posted November 18, 2021 Share Posted November 18, 2021 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
Somni Posted November 19, 2021 Author Share Posted November 19, 2021 22 hours ago, tuanphan said: You mean make search result items not clickable? No - there is a link in the end of every search result which I want to get rid of for every search result not just the particular example Link to comment
Somni Posted November 19, 2021 Author Share Posted November 19, 2021 19 hours ago, SquareRefresh said: Try this: .search-result[data-url="/undergang"] { display: none; } 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 Link to comment
SquareRefresh Posted November 19, 2021 Share Posted November 19, 2021 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; } tuanphan 1 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment