Hello, I am using the following css:
.logoBackground {
background-color: red;
}
And I am putting logoBackground in customize–>class for my element and nothing happens.
If I put
#logoBackground {
background-color: red;
}
and then put logoBackground in ID, it works. For some reason, CSS doesn’t work.
I’m using the headline element in the Pro header builder. I want to know if this is a bug, perhaps you can try recreating it?
Thanks.