• Resolved emon2

    (@emon2)


    Some parts of the theme were white, I’m using the beehive theme and certain parts where White, how do I force dark mode on these elements

    Thanks

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author WPPOOL

    (@wppool)

    Hi @emon2,

    You can easily include that area using our Custom CSS feature. CSS codes are given below, please use those to WP Dark Mode Custom CSS Setting.

    .col-lg-4.col-aside {
    	background-color: var(--wp-dark-mode-bg) !important;
    }
    
    .beehive-social-layout .site-content{
    	background-color: var(--wp-dark-mode-bg) !important;
    }

    The output will be: https://prnt.sc/10f0g7z

    If you face any problem then please mail at our Support and we will resolve it from our end.

    Thread Starter emon2

    (@emon2)

    I tried to do that but it’s asking for premium

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Some parts are white’ is closed to new replies.