This topic has 9 replies, 4 voices, and was last updated 8 months, 2 weeks ago ago by Andrew Mitchell
Hi,
How can I customise the various font sizes (title, category and price) on main shop page?
Thank you,
Bernardo
Hello, @bmrg,
Thank you so much for purchasing our theme and contacting our support center.
To address the issue you’ve encountered, we kindly ask that you implement the following CSS code. This can be done by navigating to the “XStore” section, selecting “Theme Options,” then “Theme Custom CSS,” and finally “Global CSS.”
Please insert the following code:
.woocommerce-shop .content-product .product-title {
font-size: 18px !important;
}
.woocommerce-shop .content-product .products-page-cats {
font-size: 26px !important;
}
.woocommerce-shop .content-product .price {
font-size: 20px !important;
}
Should you wish to adjust the font sizes to better suit your needs, please feel free to modify the font-size
values within the code accordingly.
We trust this solution will be of assistance to you. Should you require any further support, please do not hesitate to contact us.
Best regards,
The 8Theme Team
Great, thank you!
I also need to reduce font size for sidebar widget, can you help?
Hello, @bmrg,
Thank you for getting in touch with us.
As you have indicated that the website in question is hosted locally, we are unable to directly review the specific content within your sidebar. We recommend utilizing Yellow Pencil, accessible via the XStore > Plugins Installer. This robust visual CSS editor for WordPress allows you to customize any theme and page visually, without the need for coding.
Should you require further assistance or have any additional inquiries, please do not hesitate to contact us.
Best regards,
The 8Theme Team
Unfortunately when I open the edit with yellowpencil page the sidebar filters column disappears.
can you please send me the code?
Hello, @bmrg,
Thank you for getting in touch with us.
Please try to use the next custom CSS code:
.sidebar-widget li a {
font-size: 14px;
}
.sidebar-widget .price_slider_amount, .sidebar-widget .price_slider_amount span {
font-size: 12px !important;
}
.sidebar-widget .price_slider_wrapper .button {
font-size: 11px;
}
Thank you for your cooperation and we look forward to hearing from you soon.
Best regards,
The 8Theme Team
Thank you
Dear bmrg,
In the spirit of gratitude, we want to express our appreciation for your trust in our products. As a valued customer, your experience matters greatly. Would you consider sharing it by giving our theme a deserving 5-star rating on ThemeForest?
Click here to share your thoughts: https://themeforest.net/downloads
Being part of our community means a lot, and your feedback contributes immensely.
Best Regards,
The 8Theme Team
The issue related to '‘How to customise font sizes in shop page’' has been successfully resolved, and the topic is now closed for further responses