Change Font Size for Title and Price in Product grid Dawn theme

Solved

Change Font Size for Title and Price in Product grid Dawn theme

MaxiMaxi
Excursionist
24 1 0

Hi there,

I would like to change the font size for the title and the price in the product grid. Actually is my font size for the price bigger than the product title. I prefer it like the opposite.

 

Means: Title font for the price and 

              price font for the price.

 

Example Product grid size.png

 

But i want to change only the size not the position.

But in " every section  product grid, collection, search results etc.

 

would really appreciate the help.

 

Maxi-Brillian (maxibrillian.com)

pw: deropa

Accepted Solution (1)

GemPages
Shopify Partner
5625 1262 1278

This is an accepted solution.

Hello @MaxiMaxi 

 

It's GemPages support team and glad to support you today.

I would like to give you a solution to support you.

1. Go to Online Store -> Theme -> Edit code.

2. Open your theme.liquid theme file.

3. Paste the below code before </body>:

 

<style>
.card__heading a{
  font-size: 16px;
}
.card-information .price{
   font-size: 14px;
}
</style>

 

Hope my solution can work and support you!

Kind & Best regards!

GemPages Support Team.

 

 

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center

View solution in original post

Replies 3 (3)

GemPages
Shopify Partner
5625 1262 1278

This is an accepted solution.

Hello @MaxiMaxi 

 

It's GemPages support team and glad to support you today.

I would like to give you a solution to support you.

1. Go to Online Store -> Theme -> Edit code.

2. Open your theme.liquid theme file.

3. Paste the below code before </body>:

 

<style>
.card__heading a{
  font-size: 16px;
}
.card-information .price{
   font-size: 14px;
}
</style>

 

Hope my solution can work and support you!

Kind & Best regards!

GemPages Support Team.

 

 

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center
mcclark
Shopify Partner
12 0 3

Worked Great , Thanks!!!

aliamak
Shopify Partner
7 0 1

Hello @GemPages 
Can you advise for this link please, I'm using Dawn theme and i want to edit the css section. not from code editor.
https://ninety60ninety.com/collections/beach-cover-ups

Thanks!