Hello!
Im looking to decrease Font Size on the featured product board and center the both title & and price tag (Dawn theme) . Anyone a code for it?
Cheers,
monomshop
Hello!
Im looking to decrease Font Size on the featured product board and center the both title & and price tag (Dawn theme) . Anyone a code for it?
Cheers,
monomshop
@monomgroup Please share the store URL. I will see the issue and give you a solution. Also share the storeFront password if it is password protected.
pw sheupu
Hi @monomgroup
Thanks for providing the Store link
NOTE: Change font size according to your preferences
.full-unstyled-link{
font-size: 10px !important;
}
Hi TechDynasy,
thanks a lot for your reply. It unfortunately worked for the product title only - what we were looking for is to change the font size of the price itself. Please see screenshot below (squared). Is that easy/possible to do? Thanks in advance. Cheers
Hi @monomgroup ,
Go to Assets > base.css and paste this at the bottom of the file:
.card__information .full-unstyled-link,
.card__information .price-item {
font-size: 12px !important;
}
Hope it helps!
Hi @LitExtension ,
it perfectly worked - thanks!!