Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Rogier Lankhorst

    (@rogierlankhorst)

    For example your button radius css is overridden by the default css. You can make your css more specific, or add !important behind it:

    border-radius:50px !important;

    Thread Starter loge99

    (@loge99)

    Hello Rogier,

    thank you for your reply.
    That works, but it only works with the selector that I copied from the website, with all the selectors that are written in the custom css box by default, it doesnt work. Why?
    -> https://ibb.co/WtR1kxD Could you tell me what selectors I have to use to add padding to the inside of the pop-up box? And what selector to make changes to text?

    Best wishes
    Lorenzo

    Plugin Author Rogier Lankhorst

    (@rogierlankhorst)

    You are using <6.x selectors, which have been deprecated. These were probably stored in your custom css in an earlier version. Please refer to

    https://complianz.io/update-manual-for-complianz-6-0/

    For mapping of the selectors.

    Hope this helps!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Custom CSS changes are not being applied’ is closed to new replies.