Excessive use of !important creates complications.
If you make use of CSS specificity, you can add a “targeting” class to the page body. And set up the appropriate selectors in the class manager. And limit the use of !important.
Pete thanks a lot! I’ll try.
Thanks also for the criticism about using Important. You’re right, and I try to avoid it, but in my case it was necessary.
In any case, it’s good to know that if you use CSS in Important to edit globals locally, the preview will reflect the changes on other pages as well