Hi,
I am using the Custom CSS option for our theme, but it looks as only I can see the overwritten button styles. e.g. in my custom CSS the buttons are orange and white, all users except myself do see them in green and light grey (these colors are defined in the color palette).
Do I have simply have to add “!important” to my button classes or how can I achieve that every user sees the styles from the custom CSS?
Thanks in advance for any hint!
EDIT:
I should have mentioned that I am defining the colors on top of the Custom CSS like
$colorWhite: #ffffff;
$colorBlack: #000000;
$colorRed: #ff0000;
and in the classes I am using it like
p {
font-size: 1.6rem;
color: $colorBlack;
}
As I said, it’s working but only on my side, not for the other users.