• Resolved devworlds

    (@devworlds)


    Hi,

    i want to change border color, when dark mode is active on below code

    html.wp-dark-mode-active :not(.wp-dark-mode-ignore):not(img):not(a):not(.elementor-element-overlay):not(.elementor-background-overlay) {
    color: var(--wp-dark-mode-text) !important;
    border-color: var(--wp-dark-mode-border) !important;
    background-color: var(--wp-dark-mode-bg) !important;
    }

    i tried by change on my custom css code like below

    html.wp-dark-mode-active :not(.wp-dark-mode-ignore):not(img):not(a):not(.elementor-element-overlay):not(.elementor-background-overlay) {
    border-color: #fff !important;
    }

    Not working for me Please help me with this.

    thanks

Viewing 1 replies (of 1 total)
  • Plugin Support Toukir Hossain

    (@toukirwpdev)

    Sorry for the inconvenience. The “Custom CSS” is a paid feature of WP Dark mode. The forum does not allow discussing any premium version plugin features here. We need to follow the forum guidelines regarding this issue.

    Thanks for your understanding!

Viewing 1 replies (of 1 total)
  • The topic ‘How to change Dark mode border color?’ is closed to new replies.