How to increase Text size

Solved

How to increase Text size

NikosBat
Navigator
478 1 104

Hello guys, how can I increase this Text size?

 

NikosBat_0-1738059555350.png

 

Accepted Solution (1)
Tech_Coding
Shopify Partner
520 133 131

This is an accepted solution.

Hello @NikosBat 

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>
   .section-template--24058707509580__rich_text_3HNTW9-padding p {
        font-size: 23px !important;
   }
</style>
RESULT:

Tech_Coding_0-1738134033714.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 6 (6)

Tech_Coding
Shopify Partner
520 133 131

Hello @NikosBat 
would you like to share your store URL and password if any please.
so i can check and provide you possible solution for your question.

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.
NikosBat
Navigator
478 1 104
Tech_Coding
Shopify Partner
520 133 131

@NikosBat  where this section is located?

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.
NikosBat
Navigator
478 1 104

Hi Tech_Coding, if you scroll a little down you will see it.

Tech_Coding
Shopify Partner
520 133 131

This is an accepted solution.

Hello @NikosBat 

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>
   .section-template--24058707509580__rich_text_3HNTW9-padding p {
        font-size: 23px !important;
   }
</style>
RESULT:

Tech_Coding_0-1738134033714.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.
NikosBat
Navigator
478 1 104

Thank you very much Tech_Coding that has solved my Problem. Do you maybe also know how to make this titel be written in 1 line?

 

Bildschirmfoto 2025-01-29 um 08.05.01.png