• Hi there, the plugin seems to be exactly what I’m looking for.. Except the fact that when the pop up opens, it’s all white. White background, white text, white “x” button. Any idea how to change the colours? cheers

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

    (@xootix)

    Hi @siydock

    Use this CSS to change colors

    .xoo-cp-container {
        color: #000;
        background-color: #fff;
    }
    
    .xoo-cp-container a {
        color: #000;
    }
    Thread Starter siydock

    (@siydock)

    Hi that works for the text of the product name, but the background of the popup is still white, so it the “x” button, and the text for the price/quantity

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can you change the colours? White background and white text…’ is closed to new replies.