Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
Avada › Forums › Community Forum › Responsive font size product title WooCommerce
Tagged: responsive title
I want to make the product title of my WooCommerce site bigger on mobile phones, but I am stuck on how to achieve this. CSS .product_title etc. doesn’t work.
Hope someone can help me. In the inspector the code for the title is:
<h2 itemprop=”name” class=”product_title entry-title fusion-responsive-typography-calculated” style=”–fontSize: 18; line-height: 1.8; –minFontSize: 18;” data-fontsize=”18″ data-lineheight=”32.400002px”>Product Title</h2>
How can I make the product title on mobile (min-width: 768px) 24px?
Thx in advance