Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author iova.mihai

    (@iovamihai)

    Hey @imranmalix,

    Thank you for reaching out! For dark backgrounds, I recommend adding this CSS code snippet to your website:

    body .slicewp-card,
    body .slicewp-card-footer { background: transparent; }
    body .slicewp-nav-tab-wrapper .slicewp-nav-tab.slicewp-active a { color: inherit; border-color: inherit; }

    body .slicewp-user-notice p,
    body .slicewp-user-notice p a { color: #000; }

    Please add the above CSS code into your website. If you’re not sure where to add the code, please add it into Appearance > Customize > Additional CSS.

    Thank you and best wishes,

    Mihai

    Thread Starter Imran Malik

    (@imranmalix)

    thanks! its look like this now https://paste.pics/S44H2, the tab still black but its better than before, appreciate your help

    Plugin Author iova.mihai

    (@iovamihai)

    Hey @imranmalix,

    Please replace the previous CSS snippet with the one below:

    body .slicewp-card,
    body .slicewp-card-footer { background: transparent; }

    body .slicewp-card a,
    body .slicewp-card p { color: inherit; }

    body .slicewp-nav-tab-wrapper .slicewp-nav-tab a { color: inherit; }
    body .slicewp-nav-tab-wrapper .slicewp-nav-tab.slicewp-active a { color: inherit; border-color: inherit; }

    body .slicewp-date-picker-predefined-date-range { color: #333; }

    body .slicewp-chart-tooltip { background: rgba(0,0,0,0.95); }

    body .slicewp-user-notice p,
    body .slicewp-user-notice p a { color: #000; }

    This should help solve more styling issues for dark themes. If something still isn’t styled properly, please let me know.

    Thank you and best wishes,

    Mihai

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