Tagged: enfold
Hi
there any way to hide? “By popularity” in menu
Hey Triceratops,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.product-sorting ul li:nth-child(5) {
display: none;
}
Best regards,
Yigit
Thank you!! work perfect!!