This topic has 2 replies, 2 voices, and was last updated 4 years, 9 months ago ago by Olga Barlow
hello can you help me change the font only on sale text and the background into the image
and be responsive.
https://prnt.sc/qtwpcb
Thank you very much
Hello,
Try the following custom
.sale-wrapper {
background-color: #b71c1c;
position: absolute;
padding: 3px;
top: 20px;
left: 20px;
z-index: 3;
}
.onsale.left {
border: 1px dotted #fff;
font-family: Pathway Gothic One;
font-size: 1rem;
position: relative;
}
.with-vertical-slider.product-images .onsale, .onsale.left {
left: 0;
top: 0;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up