Hi guys and thanks a lot for your help.Please help me with this problem, I want to delete from the option sort by: the best selling option.Im running Empire theme.Please explain me fix on this theme if u can
Hi,
Please share your website link so I or other community member can have a deeper look into your inquiry.
Kind regards
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community!
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
Hi Gabriel,please let me know if you are from Ro, my website link is: https://aiciavem.ro
hi KetanKumar,thanks for helping me,my website is https://aiciavem.ro
thanks, can you please add this code
- Go to Online Store->Theme->Edit code
- Asset->/theme.css ->paste below code at the bottom of the file.
.productgrid--utils.utils-sortby {display: none;}
Hi @KetanKumar sorry for a 2 days answer :((. Thanks a lot first for trying to help me,the problem is this css line hide all my sory by function
.I dont want to hide all this function, I want to hide only " best selling products sort" option from this function. I want to have this function without this function.
yes doesn’t effect function its only hide this
@KetanKumar yes sir, but I dont want to hide it all. I want to hide only an element from it.The sort by " best selling " element. Please watch the exemple I show to you:
You see? This website have the sort by function ,but he doesnt have the element sort by " best selling "
Hello/salut,
You can remove that specific option by using the following CSS code:
option[value="best-selling"] {
display: none;
}
Cheers!
Gabriel
Salutare Gabriel,ma bucur sa vad ca am luat legatura cu un om care este roman ca si mine. .Iti multumesc pentru solutia acordata,sunt sigur fara sa o testez ca o sa functioneze
.In final,poti te rog frumos sa mi spui o parere despre site-ul web creat de mine?
Pentru o experienta mai placuta acceseaza de pe telefon.Iti multumesc inca odata si o seara frumoasa!
Thanks Ketan, Gabriel resolve my problem.