Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Re: Mobile Text Resizing

Solved

Mobile Text Resizing

codes
Visitor
3 0 0

Having issues with the text size of things being too big on mobile. Would love to know how to scale down the "Fangirls are the untapped billion of..." and the text above the footer "The term fangirl is too often equated to..." only in mobile view. 

 

Website is: sundayfangirls.store

 

Thank you!

Accepted Solutions (2)

Made4uo-Ribe
Shopify Partner
9076 2168 2677

This is an accepted solution.

HI @codes 

Check this one. 

From your Shopify admin dashboard, click on "Online Store" and then "Themes".

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

@media only screen and (max-width:765px){
.hero__rte.body-size-15.font-body.block-padding.aos-animate p {
    font-size: 30px;
}
h2.hero__title.heading-size-9.block-padding.aos-animate {
    font-size: 50px;
}
}

 

And save. 

Result:

Made4uoRibe_0-1714570508719.png

Note: You can adjust the size of your liking. 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.

View solution in original post

Made4uo-Ribe
Shopify Partner
9076 2168 2677

This is an accepted solution.

Yes, sure. But please font forget to mark solution and likes to the post that helped you. 

Do you mean this one?

Made4uoRibe_0-1714573065255.png

Only this part? 

Same Instruction.

 

section#Rte--template--22545304322342__section_rich_text_pW4yq4 .hero__rte p {
    font-size: 30px;
}

 

And Save. 

Result:

Made4uoRibe_1-1714573147768.png

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.

View solution in original post

Replies 4 (4)

Made4uo-Ribe
Shopify Partner
9076 2168 2677

This is an accepted solution.

HI @codes 

Check this one. 

From your Shopify admin dashboard, click on "Online Store" and then "Themes".

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

@media only screen and (max-width:765px){
.hero__rte.body-size-15.font-body.block-padding.aos-animate p {
    font-size: 30px;
}
h2.hero__title.heading-size-9.block-padding.aos-animate {
    font-size: 50px;
}
}

 

And save. 

Result:

Made4uoRibe_0-1714570508719.png

Note: You can adjust the size of your liking. 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
codes
Visitor
3 0 0

Amazing, do you mind helping with one more area? I would love to adjust the text size of all the main copy on the about page that is the size of "This project is a cultural platform with the aim...". Would you be able to help as well?

Made4uo-Ribe
Shopify Partner
9076 2168 2677

This is an accepted solution.

Yes, sure. But please font forget to mark solution and likes to the post that helped you. 

Do you mean this one?

Made4uoRibe_0-1714573065255.png

Only this part? 

Same Instruction.

 

section#Rte--template--22545304322342__section_rich_text_pW4yq4 .hero__rte p {
    font-size: 30px;
}

 

And Save. 

Result:

Made4uoRibe_1-1714573147768.png

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
codes
Visitor
3 0 0

Would love for the following text on the about page to be scaled down:

 

"This project is a cultural platform with the aim .."

"It all started with a two minute rant in 2021...inclusion in sports"

"We've adopted the pre-order and drop..."

 

Thank you!