Shopify themes, liquid, logos, and UX
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
Solved! Go to the solution
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
smaller
@PRETTYFRIDAYS , go to section-main-product.css and add the following:
@media (max-width:798px){
.product__title h1 {
font-size: 2rem !important;
}
}
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
Thanks for helping, do you also have a code to make the description smaller on mobile/
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 and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025