Collection header

Hello, maybe someone know how to move on collection header the text to the left?

Any help will be appreciated

Waiting for codes to :heart:

@Toypop

Sorry you are facing this issue,
It would be my pleasure to help you.
Please share your site URL,
I will check out the issue and provide you with a solution here.

Toypop.lt

@Toypop thanks for url can you please add this code its work

  1. Go to Online Store->Theme->Edit code
  2. Asset->/component-collection-hero.css ->paste below code at the bottom of the file.
.collection-hero__title {text-align: left;}

Hello maybe you know how to add Bold on to this text as well ? ?

@Toypop yes please update my last code this

.collection-hero__title {
    text-align: left;
    font-weight: bold;
}

Hello @TopopStore

Please follow the steps below after logging into the Shopify admin:

  • Go to your Shopify Admin panel.
  • Click on Online Store > Themes.
  • Find the theme you want to edit and then click Actions > Edit code.
  • Search component-collection-hero.css
  • Insert the provided CSS code at the end of the file and save the changes.
.collection-hero .collection-hero__title
{
   text-align: left;
}

Output : https://prnt.sc/JlWLU4tlcY0y

Please hit Like and Mark it as a Solution if you find our reply helpful.