Changing "Custom | CSS" code not saved by the page
I have a page with a custom css that displays a background image. When I try to update the Custom | CSS code to change the image, the page doesn't save the new css code. What could be the problem? Happens only to this page, others are saving fine.
thanks
Patrick
thanks
Patrick
Comments
if you mean custom css which is under "Page options" section, means you are unable to do it because of the limits on server side. More details about this issue you can read on http://forum.muffingroup.com/betheme/discussion/7689/muffin-builder-items-or-page-options-can-not-be-saved-max-input-vars
Thanks!
like:
html {
background-image: url("...");
}
i will read about the limitations on server side.
thanks for the feedback, Patrick
FYI: just a work-around for people that cannot change server side variables that but they have access to DB. Update the field that holds the css value will work as well.