• Is there a way to change the background color of the wishlist popup? My site has a dark theme with light fonts, so half the wording on the wishlist is basically invisible unless you highlight it

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Janilyn T

    (@janilyn409)

    Hi @csbeckart ,

    Unfortunately, our developers don’t make any option for changing the background color in our plugin settings.

    You can try inserting this snippet to your site:

    .woosw-popup 
    .woosw-popup-inner
    .woosw-popup-content {
    background-color: #fff;
    }

    Remember to change the color code to your favorite color before saving.

    Best regards.

    Thread Starter Christina Beckerman

    (@csbeckart)

    That did not work, but this did that I found:

    .woosw-popup .woosw-popup-inner .woosw-popup-content, .woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-mid {
    background-color: #005b5e;
    }
    .woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top, .woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot {
    background-color: #003533;
    }
    .woosw-popup .woosw-items .woosw-item .woosw-item-inner .woosw-item--actions {
    width: 120px;
    flex: 0 0 100px;
Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.