This topic has 5 replies, 3 voices, and was last updated 5 months, 1 weeks ago ago by Chris
Is there a way to remove the options to change the columns grid on the Shop Page? I just want the default 4.
I want to get rid of –
?view_mode=grid&et_columns-count=2
?view_mode=grid&et_columns-count=3
?view_mode=grid&et_columns-count=5
?view_mode=grid&et_columns-count=6
?view_mode=list
Hello, @Chris,
Thank you so much for purchasing our theme and contacting our support center.
Do you mean this: https://paste.pics/R5K1R ?
Please add the next custom CSS code in XStore > Theme options > Theme custom CSS > Global CSS.
.woocommerce-ordering+.view-switcher {
display: none !important;
}
We hope this helps. Should you require any further assistance, please do not hesitate to reach out. We are here to help you.
Best Regards,
8Theme’s Team
Hi Tony,
Yes, that worked, thanks for that!
One more question, how do I get the sort by box to extend to fit in all of the text? The sort by box cuts off all the choices (like the default popularity, only shows popula…)
Hello, Chris,
Custom CSS code can be used:
.woocommerce-ordering select {
width: auto !important;
}
Best Regards,
8Theme’s Team
Thank you Rose! I love XStore and the amazing support!
The issue related to '‘Remove Shop Page Columns Count – I only want 4’' has been successfully resolved, and the topic is now closed for further responses