Hi
All of my headlines have changed from white to black, and I cannot seem to change them back.
URL: www.dmasque.dk [PLEASE BE AWARE: We sell toys for adults!]
The issue:
Seemingly overnight, all headers on our shop changed from white to black.
Yesterday, it worked in Dawn vs 12.0.0 but today it did not.
Below I have a list of things I have tried already but I cannot seem to get them to go back to white.
I would be very grateful if anyone could solve this - preferably without coding, as it will go away once there’s a new update to the Dawn Theme.
Best,
Camilla
What I have tried:
-
Updating to vs. 13.0.0
-
Checking that all blocks have the correct colour scheme (They do, the text is set to #FFFFFF)
-
Adding the following to base.css (changes shown in green)
h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5 {
font-family: var(–font-heading-family);
font-style: var(–font-heading-style);
font-weight: var(–font-heading-weight);
letter-spacing: calc(var(–font-heading-scale) * 0.06rem);
font-color: #FFFFFF; – Also tried: White and #ffffff
line-height: calc(1 + 0.3 / max(1, var(–font-heading-scale)));
word-break: break-word;
}
