Reply To: hover background and text css

Home Pro Support Forums CSS and Design hover background and text css Reply To: hover background and text css

#7234
room34
Keymaster

I may need to see your page in a browser myself to provide the best answer here. The first thing I would note is that if you are using the Customizer to change the color palette, the names of the variables (e.g. var(--r34ics--color--white) and var(--r34ics--color--black)) may seem illogical. For instance, you could be configuring --r34ics--color--black to be #FFFFFF in which case the color is actually white even though the variable name has “black” in it. (I’m not saying you are doing this, just providing it as an example. This is why seeing the actual page will help.)

You might have better luck, when writing custom CSS, just using your own hex color codes directly in your CSS instead of the plugin’s variables.