Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1130559

    What options do I have to adjust the placement of the sale button or remove it?

    #1130678

    Hey Ronald,

    This is the CSS applying to that element:

    #top .single-product-main-image .onsale {
        top: 0px;
        right: 7px;
    }

    Try to adjust those numbers to change the position. If you want to hide it then please use this:

    #top .single-product-main-image .onsale {
        display:none;
    }

    Best regards,
    Rikard

    #1130681

    Yes that worked perfectly. TY

    #1130740

    Hi,

    Great, I’m glad that you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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