TASTE THEME: Make product title smaller for mobile only

Solved

TASTE THEME: Make product title smaller for mobile only

PRETTYFRIDAYS
Pathfinder
197 0 35

Hey, I am designing my store but I have one problem, I want to have the product title larger on the product page on mobile, without it affecting my desktop version. Does anyone know how to? Thanks in advance!

THEME: TASTE

LINK:https://e8aaa0-3.myshopify.com/

PASSWORD: mohwhi

 

Accepted Solution (1)

niraj_patel
Shopify Partner
2391 516 515

This is an accepted solution.

 

hello @PRETTYFRIDAYS

You can add code by following these steps:

1. Go to Online Store -> Theme -> Edit code.
2. Open your section-main-product.css file

3. Paste the below code 

techlyser_web_0-1702723709563.png

 

 

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com

View solution in original post

Replies 6 (6)

Abdosamer
Shopify Partner
1040 188 225

@PRETTYFRIDAYS , you want it larger or smaller?

Buy me a Coffee
Email : abdelrahamansamer71@gmail.com
Chat on WhatsApp
My work
PRETTYFRIDAYS
Pathfinder
197 0 35

smaller

Abdosamer
Shopify Partner
1040 188 225

@PRETTYFRIDAYS , go to section-main-product.css and add the following:

@media (max-width:798px){
.product__title h1 {
    font-size: 2rem !important;
}


}
Buy me a Coffee
Email : abdelrahamansamer71@gmail.com
Chat on WhatsApp
My work

niraj_patel
Shopify Partner
2391 516 515

This is an accepted solution.

 

hello @PRETTYFRIDAYS

You can add code by following these steps:

1. Go to Online Store -> Theme -> Edit code.
2. Open your section-main-product.css file

3. Paste the below code 

techlyser_web_0-1702723709563.png

 

 

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com
PRETTYFRIDAYS
Pathfinder
197 0 35

Thanks for helping, do you also have a code to make the description smaller on mobile/

niraj_patel
Shopify Partner
2391 516 515

Hello @PRETTYFRIDAYS

You can add code by following these steps:

1. Go to Online Store -> Theme -> Edit code.
2. Open your section-main-product.css file

3. Paste the below code 
@media screen and(max-width:750px){
   .product .product__description.rte.quick-add-hidden{
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 24px;
    }
}

 

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com