How do I change the color and position of my h2 title?

Hello guys, I am spending hours on solving this, but I can’t solve this, please help me.

I want to change this h2 titel. I want it in the color #02a9b9 and also in the center.

How can I do this?

Thank you very much!

@MoMe

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

www.candysurprisebox.at is the URL Sir

@MoMe

thanks for ulr can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css ->paste below code at the bottom of the file.
h2.title {
    color: #02a9b9;
}

Thank you sir, you helped me alot.

Can you show me how to center this h2 titel too?

I would also like this 3 h3 titel in #02a9b9 color too.

@MoMe

yes, please try this code

.title-wrapper-with-link {justify-content: center;}
h3 {color: #02a9b9;}

@MoMe

h2.image-with-text__heading.h2 {
    color: #02a9b9 !important;
}

Add this code at the bottom of the component-image-with-text.css