• anonymized-15183895

    (@anonymized-15183895)


    Hi there,

    I like your plugin really much, but unfortunately the color swatches are all white on my end. I have set up the colors via the attributes settings and the squares are appearing on the frontend, but all white unfortunately, even if I had setup different colors. Is this an issue which you are solved in the past already? Do you now what I could check? Thanks in advance.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author RadiusTheme

    (@techlabpro1)

    Hello,

    Please send your page url I will check.

    Thanks

    Thread Starter anonymized-15183895

    (@anonymized-15183895)

    Thanks for your quick answer. The problem appears currently on a draft product. Is it possible to send you login credentials private?

    In the meanwhile I have figured out that a margin-left is responsible for that behavior.

    I am trying to add this code to my Custom CSS but it doesn’t work unfortunalety. Do I anything wrong?

    @media (min-width: 1200px), all
    [class*="span"] {
    margin-left: 0px;
    }

    If I change this via the developer tool in the browser, everything is working well.

    Plugin Author RadiusTheme

    (@techlabpro1)

    Ok this is CSS conflict with the theme.

    
    @media (min-width: 1200px){
    .rtwpvs-terms-wrapper [class*="span"] {
    margin-left: 0px !important;
    }
    

    Thanks

    Thread Starter anonymized-15183895

    (@anonymized-15183895)

    Hi there,

    thanks again for your quick reply.
    It doesn’t work unfortunately. Perhaps there is something wrong with the code. I have attached a Screenshot to show where the code needs to change.

    https://www.dropbox.com/s/x5ye9q5uq2th7nd/margin-left-needs-to-be-0px.png?dl=0

    Really appreciate your help.
    Thanks

    Plugin Author RadiusTheme

    (@techlabpro1)

    Hello,

    It should work try this

    @media (min-width: 1200px){
    .rtwpvs-terms-wrapper [class*="span"] {
         margin-left: 0px !important;
      }
    }

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Color Swatches – colors aren’t visible on the frontend’ is closed to new replies.