This topic has 5 replies, 2 voices, and was last updated 1 years, 9 months ago ago by Inesita
Hi,
I would like to change the font size of some of the drop down and lables on the shop page as indicated in the screenshot. Can you help me?
Thanks,
Inés
https://postimg.cc/tZW8LNBK
Hello @Inesita,
We kindly request that you copy and paste the following CSS code into XStore >> Theme Options >> Theme Custom CSS >> Global CSS and adjust the values as necessary.
.woocommerce-ordering select {
font-size: 12px !important;
}
.filter-wrap .products-per-page span {
font-size: 15px !important;
}
Thank you for your cooperation.
Best Regards,
8Theme’s Team
That worked fine for the text. Is there a way to also change the size of the number that appears next to the “Show” label?
Please be aware that I have moved the web to the definite domain:
we-creations.com
Hello @Inesita,
We kindly request that you copy and paste the following CSS code into XStore >> Theme Options >> Theme Custom CSS >> Global CSS and adjust the values as necessary.
.products-per-page form select#et_per_page {
font-size: 13px !important;
}
Kind Regards,
8Themes Team.
Wonderful! Thanks,
Inés
Tagged: customize, font size, shop page, sorting area, woocommerce, wordpress
The issue related to '‘Changing font size on shop page on the sorting area’' has been successfully resolved, and the topic is now closed for further responses