Shop Categories

X

Hide the offer icon

Home Forums Agama Pro Hide the offer icon

Topic Resolution: Resolved
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #13281
    biotxakur
    Participant

    Is it possible hide the offer icon in variable products only? Only hide in variable products and show in simple products

    #13289
    Zex
    Moderator

    Hello,biotxakur!

    Try to insert the next code into Customizing->General->Additional CSS:

    .related span.onsale{
        display:none;
    }

    regards

    #13290
    biotxakur
    Participant

    Its the same not change nothing

    #13291
    Zex
    Moderator

    Hi,

    The code should work…

    try to go with the next:

    .related span.onsale{
        display:none!important;
    }

    … or maybe I don’t understand you what exactly you want to remove…

    Can you send me a screenshot of what you exactly want to remove?

    • This reply was modified 4 years, 6 months ago by Zex.
    • This reply was modified 4 years, 6 months ago by Zex.
    #13294
    biotxakur
    Participant

    I want hide offer icon of the variable product:

    1

    2

    #13295
    Zex
    Moderator

    Hi,

    Please try to insert the next code :

    .product_on_sale span.onsale{
        display:none;
    }

    Regards

    #13297
    biotxakur
    Participant

    Its ok for all products, but we can only in the variable products and not for simple products?

    #13298
    Zex
    Moderator

    Hi,

    Try this code instead of the one I gave you in the previous post:

    .product-type-variable span.onsale{
        display:none;
    }

    Regards

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