Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3177352
Dark mode switcher
Closed

Comments

  •   facenuma started the conversation
  •  2,486
    PenciDesign replied

    Hi,

    The problem is that you've added the inline style for these elements, so it can't show the color correctly when you've enabled the dark mode.

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    body.pcdm-enable.pcdark-mode .wp-block-kadence-iconlist ul.kt-svg-icon-list .kt-svg-icon-list-item-wrap .kt-svg-icon-list-single {
        color: var(--pctext-cl) !important;
    }
    body.pcdm-enable.pcdark-mode .wp-block-kadence-iconlist ul.kt-svg-icon-list .kt-svg-icon-list-item-wrap span {
        color: var(--pctext-cl) !important;
    }
    body.pcdm-enable.pcdark-mode #mc_embed_signup,
    body.pcdm-enable.pcdark-mode #mc_embed_signup .helper_text {
        background: var(--pcbg-l-cl) !important;
    }

    Regards,
    PenciDesign.



  • facenuma replied

    Fixed.

    Thanks!

  • facenuma replied

    Hi

    I am facing another issue with dark mode.

    My site had CLS problem with header search so I disabled it. But dark mode switch also disappeared after removing search symbol.


    4054304461.png

    Please check and advise.

  •  2,486
    PenciDesign replied

    Hi,

    Please send me a screenshot and take note. I'll check and then send you a quick solution.

    Regards,
    PenciDesign.

  •   facenuma replied privately
  •   PenciDesign replied privately
  •   facenuma replied privately
  •  2,486
    PenciDesign replied

    Hi,

    I've fixed your site issue.

    Please check.

    Regards,
    PenciDesign.


  •   facenuma replied privately
  •  2,486
    PenciDesign replied

    Hi,

    I've re-updated your site.

    Please check.

    Regards,
    PenciDesign.