Change the font size, background color and center of the title

Hello,

I need help with moving the title center “Your Bundles” to the center of the back + changing the background of the title section to #AC3834.

Here is my web link:

https://wowberrybites.com/cart

Thank you so much for your help in advance!

1 Like

@winnado11
You want like this.

1 Like

Thanks. No, I just want to center the title “Your Bundles” and change the background color of “Your Bundles” section only. Similiar to this.

Thank you!

1 Like

@winnado11

.supports-cookies.template-404 {
    text-align: center !important;
}
h1.h2.template-404__heading {
    background: #AC3834 !important;
    padding: 30px !important;
}
1 Like

@winnado11

yes, please share code so i will change backend first HTML code after i will give you CSS code

1 Like

Thanks so much!