Hello! I am using sense theme and my pricing offer on the product page is a simple cross out price, then the actual price, as so:

The white blank next to the price also is annoying, so how do I change that?
I would like customization that allows the price to look something like this on the product page:

How is this done?
1 Like
Hello There,
Please share your store URL and password.
So that I will check and let you know the exact solution here.
Hi @stream797 ,
Go to Assets > base.css and paste this at the bottom of the file:
.product .price .badge {
border-radius: 0 !important;
color: #000 !important;
}
@media screen and (min-width: 750px) {
.product__info-container .price--on-sale .price-item--regular {
font-size: 1.8rem;
}
}
Hope it helps!