- This topic has 17 replies, 5 voices, and was last updated 1 year, 6 months ago by
David.
-
AuthorPosts
-
October 1, 2016 at 3:08 pm #230977
Geoffroy
Hello,
I use Woocommerce, and I want to change the size of title of product.
Please, How can I do ?
Thank you very much
October 1, 2016 at 9:29 pm #231007Tom
Lead DeveloperLead DeveloperHi there,
On the shop page (http://demo.generatepress.com/shop/) or the single product page (http://demo.generatepress.com/product/flying-ninja/)?
Let me know π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentOctober 2, 2016 at 9:08 am #231092Geoffroy
On the shop page Tom π
Thank you !
October 2, 2016 at 10:14 am #231103Tom
Lead DeveloperLead DeveloperThis should do it:
.woocommerce ul.products li.product h3 { font-size: 25px; }
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentOctober 2, 2016 at 10:50 am #231123Geoffroy
It’s work perfect !
Thank you Tom for this quick answer !
If I wants to change the same thing in product page : how can I do ?
October 2, 2016 at 10:59 am #231126Tom
Lead DeveloperLead DeveloperThe product page is an H1, so it’s controlled by the H1 settings in the Customizer π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentOctober 2, 2016 at 11:01 am #231128Geoffroy
Thank you Tom !
October 2, 2016 at 11:44 am #231134Tom
Lead DeveloperLead DeveloperYou’re welcome π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentOctober 2, 2016 at 2:23 pm #231195Geoffroy
I have an other questions :
Is it possible to hidden widget if I am not in Catalog ?
I wants to install filter product, and I don’t need this widget is show if I am in home page.
Thank you !
October 2, 2016 at 9:14 pm #231337Tom
Lead DeveloperLead DeveloperA plugin like this might help: https://en-ca.wordpress.org/plugins/display-widgets/
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentOctober 6, 2016 at 11:25 am #232885Geoffroy
I try to change size of picture in catalog page but it’s not work.
How can I do ?
(it’s not work if I change value in WooCommerce option)
Thank you
October 6, 2016 at 12:58 pm #232934Tom
Lead DeveloperLead DeveloperThat might be something you need to ask WooCommerce support as it has to do with their settings π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentNovember 15, 2017 at 2:44 am #424765Iain
Hi Tom – sorry to reopen an old post but it is related. How do i change the Product Title (on the product page) from <h1> to <h2> across all product pages.
November 15, 2017 at 11:18 am #425218Tom
Lead DeveloperLead DeveloperThat’s typically not a good idea. The main title of the page – the product title in this case – should always be an
<h1>
element. If you need to change it, you would likely need to create a custom WooCommerce single product template.Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentNovember 15, 2017 at 12:50 pm #425328Iain
ok no probs. Thanks for the advice.
-
AuthorPosts
- You must be logged in to reply to this topic.