Hi,I wanna delete sort by: best selling

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

1 Like

Hi,

Please share your website link so I or other community member can have a deeper look into your inquiry.

Kind regards

@sao

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
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

1 Like

@sao

thanks, can you please add this code

  1. Go to Online Store->Theme->Edit code
  2. 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 :disappointed_face: :slightly_smiling_face: .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.

1 Like

@sao

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? :slightly_smiling_face: 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

1 Like

Salutare Gabriel,ma bucur sa vad ca am luat legatura cu un om care este roman ca si mine. :slightly_smiling_face: .Iti multumesc pentru solutia acordata,sunt sigur fara sa o testez ca o sa functioneze :slightly_smiling_face: .In final,poti te rog frumos sa mi spui o parere despre site-ul web creat de mine?:slight_smile: Pentru o experienta mai placuta acceseaza de pe telefon.Iti multumesc inca odata si o seara frumoasa!

Thanks Ketan, Gabriel resolve my problem. :grinning_face_with_smiling_eyes: