Hi, this is the size of the discounted product price at the moment:
I would like both the comparing and discounted price to be larger, as big as my normal product price:
I appreciate all the help! Many thanks!!
Hi, this is the size of the discounted product price at the moment:
I would like both the comparing and discounted price to be larger, as big as my normal product price:
I appreciate all the help! Many thanks!!
Hi @Dat999
Do you mean like this?
If it is try this one.
#price-template--19334462505305__main > div > div > div.price__sale > span:nth-child(2) > s > font > font {
font-size: 2.3rem;
}
#sniffie-omnibus-price > span > span > font > font {
font-size: 2.3rem;
}
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
HI @Dat999
This is Henry from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css
Step 3: Paste the below code at bottom of the file → Save
s.price-item.price-item–regular {
font-size: 20px !important;
}
span.price-item.price-item–regular {
font-size: 20px !important;
}
Hope that my solution works for you.
Best regards,
Henry | PageFly