[Resolved] Sale Badge on Single Product Page

Home Forums Support [Resolved] Sale Badge on Single Product Page

Home Forums Support Sale Badge on Single Product Page

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2256745
    GeneratePressUser

    Hello Generate Press Team,

    Pls check the private box and can you tell how to align the sale badge to look like its showing on shop and home pages?

    #2256779
    Leo
    Staff
    Customer Support

    Hi there,

    This is definitely a question for Elementor’s support team as everything on that page is coming from Elementor.

    For examples:
    https://www.screencast.com/t/hToLkIjy6
    https://www.screencast.com/t/WSX98u7h4e

    Thanks for your understanding.

    #2256782
    GeneratePressUser

    Elementor don’t have option to change that we checked, it needs custom css I guess for that badge, as those are woocommerce widgets and its picking up styles from theme, the options which elementor don’t allow to change it takes those from the theme, its written there in the editor.

    If we disable elementor there then also how will we do the sales badge like its shown on the shop page?

    Pls see the private box

    #2256786
    Leo
    Staff
    Customer Support

    You can try this to start without Elementor:

    .woocommerce.single-product span.onsale {
        position: absolute;
        right: 0;
    }
    #2256798
    GeneratePressUser

    Hey Leo,

    Ok thanks a lot I was able to make it by mixing Elementor CSS and your code 🙂

    #2256799
    Leo
    Staff
    Customer Support

    Glad to hear.

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