Solved

Dawn Theme: Body Text (only) letter-spacing and letter-height.

nd500
Excursionist
43 0 13

Hello, how can I change body text styling only?


need:

letter-spacing: 0.01rem

line-height: 1.6

 

and mobile only:

font-size: 1.4rem

link to site: https://bit.ly/3A3sZKe

Accepted Solution (1)

PageFly-Richard
Shopify Partner
4164 935 1586

This is an accepted solution.

Hi @nd500 

I’m Richard Nguyen - CRO Expert at PageFly- Free Landing Page Builder.

You can try with this code.

Follow this:

Go to Online Store->Theme->Edit code->base.css->paste bellow code in bottom of file

 

body{

      letter-spacing: 0.01rem !important;

    line-height: 1.6 !important;

}

@media screen and (max-width: 767px){

body {

 font-size: 1.4rem !important;

}

}

 

If you feel my answer is helpful, like it or mark it as a solution. Let me know if you have any questions.

Best regards,

Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Reply 1 (1)

PageFly-Richard
Shopify Partner
4164 935 1586

This is an accepted solution.

Hi @nd500 

I’m Richard Nguyen - CRO Expert at PageFly- Free Landing Page Builder.

You can try with this code.

Follow this:

Go to Online Store->Theme->Edit code->base.css->paste bellow code in bottom of file

 

body{

      letter-spacing: 0.01rem !important;

    line-height: 1.6 !important;

}

@media screen and (max-width: 767px){

body {

 font-size: 1.4rem !important;

}

}

 

If you feel my answer is helpful, like it or mark it as a solution. Let me know if you have any questions.

Best regards,

Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.