Decrease Font Size in and center title - Dawn theme

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

@LitExtension

@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.

monomshop.co

pw sheupu

Hi @monomgroup

Thanks for providing the Store link

  1. From your Shopify Admin panel, Navigate Online Store > Themes >Actions > Edit code
  2. search base.css file and open it
  3. Paste the code below at the very bottom of the file.

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!

1 Like

Hi @LitExtension ,

it perfectly worked - thanks!!

1 Like