Problem with custom CSS in multisite
-
Hey. I have multisite setup with 4 sites. There’s 3 users – me as super-admin and 2 regular admins. If regular admins edit some Elementor page, then custom CSS in your panel breaks. Here’s the code:
selector { padding: 0 15px; } selector > .elementor-widget-wrap { background: white; padding: 30px; border: 1px solid rgba(0, 0, 0, 0.05); -webkit-box-shadow: 0 20px 20px 0px rgba(0, 0, 0, 0.1); box-shadow: 0 20px 20px 0px rgba(0, 0, 0, 0.1); }
Symbol
>
is replacing to&
gt;
if you’re not a super-admin. So I had to give my admins super-admin permissions for now.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Problem with custom CSS in multisite’ is closed to new replies.