Custom css
Hi There.
I have a problem. Custom CSS on the page does not work.
He worked. But since one was typing in custom css section does not want to remember.
eg. the current use
.alert_warning .alert_icon {
background: # df1a59;
display: none;
}
and a few CSS.
The problem arises when such. Want to change the background: from # df1a59; it #fffffff
And when I do update the page. I do not remember my change. Back to the old in this case # df1a59.
But when I use custom css in the theme options. Is Working.
thank You
Comments
if you are not able to save options, means that there is a problem with limits on server side. In this case probably max_input_vars variable must be increased. As default is probably 1000 while should be 5000 or even 10000.