• Resolved aminsoltani

    (@aminsoltani)


    Hi guys, I want to remove this css code (background: var(–wp-dark-mode-btn) !important;) because it doesn’t let my button shows in dark mode.
    after inactive this css, site displays well.
    Anyone can help me please ?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi There,

    We would love to know you that the noteworthy issue is possible to solve by custom CSS as well. Please feel free to share the URL of your website with us if you wish to receive the desired CSS code. After that, we’ll be able to produce CSS for you.

    Thanks a ton for being with us.

    Thread Starter aminsoltani

    (@aminsoltani)

    for example this page:
    https://www.taroot-rangi.com/horoscope/candle/%D9%81%D8%A7%D9%84-%D8%B4%D9%85%D8%B9-%D8%A8%D8%A7-%DB%B7-%D9%86%D8%B4%D8%A7%D9%86

    in dark mode you can’t see candles. in inspection mode, with unmark background: var(–wp-dark-mode-btn) !important; you can see candles.

    By the way, I’m using free version and can’t access custom css.

    Hi,

    As a result of our investigation into the given URL, we have discovered a bug on your website. If you first address the bug, the plugin will function properly. Screenshot of the console.

    However, our Pro edition of the plugin is available if you need to use Custom CSS to change something. Then will also be able to assist.

    We appreciate your patience and understanding.

    Thread Starter aminsoltani

    (@aminsoltani)

    I think we got some misunderstanding in this situation.
    I solved what you said.
    You can see the problem with and with out darkmode in screen shots.

    with darkmode on:
    https://prnt.sc/G_ucA2-VPtGE

    by disable background: var(–wp-dark-mode-btn) !important;
    https://prnt.sc/AyPvJSnc4WDM

    after disabling background: var(–wp-dark-mode-btn) !important; you can see candles.
    please check again.

    Plugin Support toukirwpdev

    (@toukirwpdev)

    Thanks for sharing your issue with us in detail via a screenshot. You can easily fix this issue using the “WP Dark Mode” custom CSS feature.

    Refer to this tutorial on how to use our custom CSS feature.👉Tutorial

    For your convenience, we are offering you some css code it should fix your issue.

    html.wp-dark-mode-active input:not(.wp-dark-mode-ignore){
      --wp-dark-mode-bg: transparent !important;
    }

    Thanks.

    • This reply was modified 3 years, 6 months ago by toukirwpdev.
Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘background: var(–wp-dark-mode-btn) !important;’ is closed to new replies.