Text centre above Titel

Hello guys, how can I centre the text above my Titel?

1 Like

Hello @NikosBat ,

Please share store URL and password if any.

Regards
Guleria

Hey Guleria thanks for your reply, here are the url and password

https://www.nistore.de/products/nistore™-winterhandschuhe

fdfdsfds

1 Like

Use this css in at the bottom of base.css or with this existing custom css

.sale-message { 
    margin: 0 auto;
    width: 100%;
}

Regards
Guleria

1 Like

Hi @NikosBat

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:
.product__info-container .sale-message {
    margin: auto !important;
}

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

1 Like

Hi @NikosBat ,

You can follow the steps here:

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

Here is the code for step 3:

body * {
    font-family: Sweet Sans Reg !important;
}

If the code does not work correctly, please share your store URL and the specific part you want to edit so that I can assist further.

Please let me know if it helps!

Best,

Daisy

1 Like