Expired
Hi,
I would like to hide the Top Sellers and New Arrivals tabbed sections on home page, how can I do this?
Thank you
Hello,
Please go to Customize > General > Custom Codes > Custom Css, add this code:
.cl_shop_tabbed ul.tabbed-tabs > li:nth-child(2) { display: none; } .cl_shop_tabbed ul.tabbed-tabs > li:nth-child(3) { display: none; }
Best regards!
Thank you!
You must be logged in to reply to this topic.