Your custom CSS styles
-
I have set up a small custom custom CSS, where I want to change the color of the menu button.
I know CSS string to change.
However, there will be incorrect characters entered in the database under wp-optione “custom_css”.
And therefore CSS works for me.
What’s wrong is the following
#access ul li: hover > a
{
color: # C92A48! important;
}should be
#access ul li: hover > a { color: # C92A48! important; }How to fix?
I do not want to change in style.css for entire themes, because the risk is great for an update to come and then everything will disappear.
The topic ‘Your custom CSS styles’ is closed to new replies.
