Add a 'On Sale' Alert to Products Created in a Loop - Ele Custom Skins in Elementor


  1. Add an alert widget on Elementor
  2. Give all necessary styling
  3. make the alert position absolute
  4. Add the following CSS to custom CSS area within the alert widget
selector {
border-radius: 500px;
}
selector .elementor-alert.elementor-alert-info {
border-radius: 500px;
width: 45px;
height: 45px;
display: flex;
padding: 0 0;
}
selector .elementor-alert-title {
padding: 0 0;
margin: auto;
text-align:center;
}

Example of the sale alert:
'On Sale' Alert example using loops in Elementor with Ele Custom Skins

Did you find this article useful?