Archived topic
Custom CSS option is missing on the customizing sidebar
3 replies · Started by Ivan on January 2, 2021
Izvorni tekst
Hello!
Today I noticed that CSS option is missing on the customizing sidebar. I have some custom CSS code there, and my website is working, but I can't change or add any new custom CSS code. I don't know what has happened, maybe a new generate press update or WP update???
Hi there,
The Additional CSS field in the customizer is WordPress feature so it's definitely not a GP issue.
I would recommend disabling all plugins and see if any of them is causing a conflict somewhere.
Hi,
I found the Issue!
Because of security this was used in wp-config.php
/*Disallow Unfiltered HTML*/
define( 'DISALLOW_UNFILTERED_HTML', true );
Thanks anyway!
Glad to hear :)