• Resolved sheisvibrant

    (@sheisvibrant)


    When I’m setting up my theme colors for dark mode, setting the themes background color impacts the background of my input forms and textareas.
    For days, I’ve been trying to disable this so I can adjust the color of my forms through CSS, but even the !important; tag in my CSS isn’t working.
    Is there a string of code in the plugin that I can change somewhere so I can customize my forms CSS apart from the themes background without it impacting both at the same time?

    TLDR;
    Setting the “Custom Background Color” under “Color Settings” impacts the background of my CSS forms, which I do not want. Is there a way that I can disable this so it doesn’t impact my forms?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author darklup

    (@darklup)

    Dear
    If you are using the free version of the plugin then you can add the CSS class darkluplite-dark-ignore in the HTML tags where you don’t want changes by the plugin. Suppose if you add the above class in your <header class=”darkluplite-dark-ignore … …”> … </header> then after turning on the Darkmode, your header will remain same, no changes will be there.
    8:51
    In our Pro version of the plugin, you’ll get a powerfull option called “Exclude Element” where you can just write the CSS Class or ID name to avoid changes on them. Also you you’ll get the “Custom CSS” option to write your own CSS Code which will be only effected on dark mode on.

Viewing 1 replies (of 1 total)
  • The topic ‘Theme’s background & Forms’ is closed to new replies.