How to change titel of a product page only for mobile users

How to change titel of a product page only for mobile users

NikosBat
Trailblazer
449 1 94

Hello guys, how can I change the size of my title for mobile viewers?

 

NikosBat_0-1746453346280.png

 

Replies 3 (3)

BiDeal-Discount
Shopify Partner
471 55 111

Hi @NikosBat 

Yes we can try to add custom CSS code like:

@media (max-width: 768px) {
  .product__title h1 {
    font-size: 14px;
  }
}

it maybe not working on exactly theme so prefer to share me your store url to check

- Helpful? Like & Accept solution!
- BiDeal Bundle Volume Discounts: Upsell with bundles, quantity breaks, volume discounts. AOV+ with gifts, shipping & progressive cart
- Bify app: Shopify automatic discount solutions
- Contact me? support@bify.app or WhatsApp: +84974709330
NikosBat
Trailblazer
449 1 94

Thank you so much that has solved my problem!

BiDeal-Discount
Shopify Partner
471 55 111

You're welcome 🤗

Let me know if you need any assistance.

 

Don't forget to like & mark that as the solution of this post

Thanks

- Helpful? Like & Accept solution!
- BiDeal Bundle Volume Discounts: Upsell with bundles, quantity breaks, volume discounts. AOV+ with gifts, shipping & progressive cart
- Bify app: Shopify automatic discount solutions
- Contact me? support@bify.app or WhatsApp: +84974709330