make productname smaller on mobile

Solved

make productname smaller on mobile

sixdreamz
Explorer
110 0 37

hey,

 

on my mobile layout the name and the box around it seems very chunky.

 

is it possible to make the lines of the box a little bit thinner, and the letters a little bit smaller?

 

NOTE: only for mobile

 

sixdreamz_0-1727422900599.png

 

url: sixdreamz.com

password: sdc2003

Accepted Solution (1)

Tech_Coding
Shopify Partner
514 132 131

This is an accepted solution.

 Hello @sixdreamz 

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
@media screen and (max-width: 767px){
   .card__information {
       border: solid 1px black !important;
    }
    .full-unstyled-link {
        font-size: 10px !important;
    }
}
</style>

Tech_Coding_0-1727423406172.png

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Shopify UI Developer
Your Coffee Tips adds a little sweetness to my day.

View solution in original post

Replies 4 (4)

websensepro
Shopify Partner
1869 220 266

Hi @sixdreamz ,
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head>

 

 

<style>
@media only screen and (max-width: 767px) {
    .card__information {
        border: solid 1px black !important;
    }
    .card__information h3 {
        font-size: 10px !important;
    }
}

</style>

 

 

 

websensepro_0-1727423256074.png

 

If my reply is helpful, kindly click like and mark it as an accepted solution.

Thanks!

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP

Tech_Coding
Shopify Partner
514 132 131

This is an accepted solution.

 Hello @sixdreamz 

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
@media screen and (max-width: 767px){
   .card__information {
       border: solid 1px black !important;
    }
    .full-unstyled-link {
        font-size: 10px !important;
    }
}
</style>

Tech_Coding_0-1727423406172.png

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Shopify UI Developer
Your Coffee Tips adds a little sweetness to my day.

Rahul_dhiman
Shopify Partner
788 152 167

Hello @sixdreamz 
Go to online store ---------> themes --------------> actions ------> edit code------->base.css
at the end of the file and save.

h5, .h5 {
font-size: 10px !important;
}
.card__information {
border: solid 1px black !important;
}

result
5.png

If this was helpful, hit the like button and accept the solution.
Thanks

Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront

Contact here


BEST CUSTOMER ACCOUNTS APP WITH CUSTOM WISHLIST OPTION 
TRY OUR APP :

PWC: Customer Accounts & Pages

ZestardTech
Shopify Partner
6096 1091 1465

Hello There,

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > base.css and paste this at the bottom of the file:

 

@media screen and (max-width: 750px) {
.card__information h3 {
font-size: 12px;
}
.card__information {
border: solid 1px black !important;
}
}
Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing