How to align text to the left in Empire 2.0 theme?

Hello, is there a way to make the text aligned to the left instead of middle on those titels?

@emilbrandon
Can you share your store url ?

https://www.remlagret.se/

@emilbrandon , Please add the below line of code at the end of your theme.css file. You can find this file in assets folder of your theme.

body .home-section--title{
text-align:left;
}

@emilbrandon
put below css into theme.liquid file before clsing tag


Hello @emilbrandon

It’s GemPages support team and glad to support you today.

I would like to give you a solution to support you.

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid theme file.

  3. Paste the below code before :


Apply all titles on the Home page.

Hope my solution can work and support you!

Kind & Best regards!

GemPages Support Team.

Thank you!