Site logo

Archived topic

Sale Badge on Single Product Page

5 replies · Started by GeneratePressUser on June 17, 2022

Viewing posts 1–6 of 6

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?

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

You can try this to start without Elementor:

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

Hey Leo,

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

Glad to hear.

This archived topic is closed to new replies.