• Resolved islamnaj

    (@islamnaj)


    Hey,
    I’m facing this issue, when I explore my website with dark mode automatically activated, some parts of my page get corrupted, they don’t appear unless I flick the dark mode on/off button, check these screenshots for examples: https://prnt.sc/AOZ7tVo5EYdn

    Kindly help me fix this issue.

    Thanks.

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

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

    (@toukirwpdev)

    Hi @islamnaj,

    We have visited the link you provided and we have found some minor issues that can be fixed using dark mode custom CSS features.

    Refer to this video to know how to use it: Watch Tutorial

    For your convenience, we are offering you some code that will fix your issue. You can use this code in our WP Dark-Mode custom CSS settings.

    h2.product_title.entry-title.show-product-nav {
        color: #fff !important;
    }
    
    span.stock {
        color: #fff !important;
    }
    
    span.sku {
        color: #fff !important;
    }
    
    span {
        color: #fff !important;
    }
    
    h2.resp-accordion.resp-tab-active {
        color: #fff !important;
    }
    
    span {
        color: #fff !important;
    }
    
    ::before {
    
        color: #fff !important;
    }

    If you think it’s too complicated to solve, please contact our support to solve the problems.

    Thank you.

Viewing 1 replies (of 1 total)
  • The topic ‘Dark mode issue when auto active’ is closed to new replies.