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

    How can I change the position of the “Sale!” tag? In the current position the tag goes above the product name, see here:
    https://stage.farinezerbo.it/shop/
    I’d like to put the Sale tag above the product image, on the up right corner.
    Thanks

    #1224199

    Hey muvolab,

    Please try adding this CSS code in Quick CSS, located in Enfold > General Styling:

    #top div .product_on_sale .inner_product_header {
        position: static;
    }
    
    #top .inner_product_header_cell .onsale {
        position: absolute;
        top: 8px;
    }

    Best regards,
    Nikko

    #1224255

    it works great, thank you!

    #1224305

    Hi muvolab,

    We’re glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘"Sale!" tag’ is closed to new replies.