Hi,
I try to customize the fake sale pop-up. I need the smaller popup. I try the CSS styling but couldn’t work.
please see the attached picture.
Here are the CSS Code:
.sales-booster-popup {
width: 150px !important; /* Reduce the width */
height: 10px !important;
}
.sales-booster-popup-inner .heading {
font-size: 6px !important; /* Adjust heading size */
font-weight: 400;
}
.sales-booster-popup-inner .info {
font-size: 6px !important; /* Make time and location text smaller */
}