Can't change the text colour of h1 in HTML section

Solved
SPLEAFY
Visitor
2 0 0

Hi,

I can't seem to figure out a way to change the tekst colour of my h1 text. I changed my HTML section colour to the colour of the h1, but I want to make the h1 White so you can still see the text. I figured a way to change the regular tekst in the HTML section but not the h1... Please help.

 

URL: https://www.spleafy.com/

Password: chawpu

 

Accepted Solution (1)
dmwwebartisan
Shopify Partner
12215 2537 3661

This is an accepted solution.

@SPLEAFY 

Please add following css your assets/theme.scss.liquid bottom of the file.

.custom-content h1 {
    text-align: center;
    color: red !important;
}

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app

View solution in original post

Reply 1 (1)
dmwwebartisan
Shopify Partner
12215 2537 3661

This is an accepted solution.

@SPLEAFY 

Please add following css your assets/theme.scss.liquid bottom of the file.

.custom-content h1 {
    text-align: center;
    color: red !important;
}

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app