badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Black to White

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #96925
    ozbucakyunus
    Participant

    Hi, i installed dark mode plugin and i want headers to be white on black screen. How can I add this?

    https://prnt.sc/26v0ijc

    #96947

    Hi, ozbucakyunus,

    Do you mean you want to change the Header Navigation bar to a white one or the Top Stories Section to be white background?
    Could you please share your site URL so that we can provide you with the appropriate solution?

    Thanks

    #96949
    ozbucakyunus
    Participant

    Sure, here is my site: kriptohabertr.com

    #96974

    Hi,

    We found the HTML DOM is totally controlled by the script/Plugin. But also we are providing the Custom CSS code below. Please check if it works for you.
    Please go to ‘Appearance > Customize > Additional CSS’ and paste the below custom code.

    .wp-dark-mode-active .top-stories-bar,
    .wp-dark-mode-active .top-stories-bar[data-darkreader-inline-bgcolor] {
    	background-color: #ffffff !important;
    }
    .wp-dark-mode-active .top-stories-bar .top-stories-label,
    .wp-dark-mode-active .top-stories-bar .top-stories-label[data-darkreader-inline-bgcolor] {
    	background-color: #dddddd !important;
    }
    .wp-dark-mode-active .top-stories-bar .top-stories-lists {
    	background-color: #ffffff !important;
    }
    .wp-dark-mode-active .top-stories-bar .top-stories-label {
    	color: #333333;   
    } 
    .wp-dark-mode-active .top-stories-bar .top-stories-lists .marquee a:not(:hover) {
    	color: #555555;
    }

    Thanks

    #96979
    ozbucakyunus
    Participant

    Hey, it didnt worked. I added code but still looks like that.
    https://prnt.sc/26w1umo

    #97150

    As we said the HTML DOM is totally controlled by the script/Plugin. The script is overriding the code that we haved provided.

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.