Centre title

Solved

Centre title

NikosBat
Excursionist
214 0 38

Hello guys, how can I centre this title?

 

Accepted Solution (1)

DaisyVo
Shopify Partner
2326 288 330

This is an accepted solution.

Hi @NikosBat 

 

I hope you are well. You can follow our instructions below:

 

1/ Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd
2/ From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/iDxwa8zBQ4Z-
3/ Copy the code below and paste it there

 

Here is the code for Step 3:

 

h2.related-products__heading {
    text-align: center !important;
}

 

 

image (30).png


Please let me know if it works. Thank you!

 

Best,
Daisy - Avada Support Team.

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

View solution in original post

Replies 7 (7)

NikosBat
Excursionist
214 0 38

Bildschirmfoto 2024-12-26 um 20.42.42.png

 

Forgot to upload my bad 

 

 

Made4uo-Ribe
Shopify Partner
9552 2276 2823

Hi @NikosBat 

Please, share your store URL with the password. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
NikosBat
Excursionist
214 0 38

Hi Made4uo-Ribe, here is the url and the password: https://www.nistore.de/products/nistore™-winterhandschuhe,    fsfdsfsd

Made4uo-Ribe
Shopify Partner
9552 2276 2823

Thanks for the info, try this one. 

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

h2.related-products__heading.inline-richtext.h1 {
    text-align: center !important;
}

 

  • And Save.
  • Result:
  • Made4uoRibe_0-1735247840064.png

     

 

 Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better! 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
NikosBat
Excursionist
214 0 38

Thanks Made4uo-Ribe, that solved my problem

DaisyVo
Shopify Partner
2326 288 330

This is an accepted solution.

Hi @NikosBat 

 

I hope you are well. You can follow our instructions below:

 

1/ Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd
2/ From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/iDxwa8zBQ4Z-
3/ Copy the code below and paste it there

 

Here is the code for Step 3:

 

h2.related-products__heading {
    text-align: center !important;
}

 

 

image (30).png


Please let me know if it works. Thank you!

 

Best,
Daisy - Avada Support Team.

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
NikosBat
Excursionist
214 0 38

Thanks DaisyVo that solved my problem