This topic has 5 replies, 3 voices, and was last updated 2 years, 9 months ago ago by MarkStore
Hello,
I have created a page where I’m using the Elementor PRODUCT widget to display my products.
I would like to ask about how to increase the font size for the product title.
It is too small on mobile. (it’s ok on desktop)
And also how to move the title up closer to the image.
Can you please provide me a piece of css code and tell me where to paste it?
I put a screenshot on the private area.
Thank you,
Regards
Hello,
Provide us with link to your site and WP Dashboard access to check the issue and give you code.
Regards
Hello,
Thank you for the answer.
Please find the link inside the private content area.
Regards
Hello,
Add the next code in Theme Options > Theme custom CSS > Mobile:
.content-product .product-title a {
font-size: 20px;
}
.content-product .product-image-wrapper {
margin-bottom: 10px;
}
Regards
Thank you very much.
It works fine !
Regards
Tagged: customizable, elementor, font, size, widget, woocommerce, wordpress
The issue related to '‘Elementor product widget: change font size’' has been successfully resolved, and the topic is now closed for further responses