Dawn theme multicolumn pharagraph text letter spacing customization

I’m using dawn theme latest version in that i need to improve the design so that i need to make the letter spacing 0px using any custom code.

website : https://offnorth.com/?_ab=0&_fd=0&_sc=1

password: offnorth

thanks in advance

Hello @Sivadarshan
Where this section is located?

Hi @Sivadarshan ,

  1. Go to Online Store → Theme → Edit code.
  2. Open your theme.css / based.css file and paste the code in the bottom of the file.
body.template-index.loaded p {
    line-height: 1.5 !important;
}

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

If you are happy with my help, you can help me buy a COFFEE

Thanks!

Hello Sivadarshan,

Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS and add this CSS:

.multicolumn-card__info {
    text-align: justify;
}

Best regards.