Refresh theme - Featured Product - Change font size of "View Full Details"

Solved
deydey01
New Member
5 0 0

Hello there,

 

I would like to change the font size of the "View full details" in the featured product section. It's too small I want it to make it bigger.

 

Could someone help please?

Accepted Solution (1)
GemPages
Shopify Partner
5586 1259 1121

This is an accepted solution.

Hello @deydey01 ,

 

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

 

I would like to give you a recommendation to support you so kindly follow steps below:

 

1. Go to Online Store > Theme > Edit code of your current theme

GemPages_0-1670127831777.png


2. Open your theme.liquid theme file

 

3. Paste the below code before </head>

<style>
.featured-product .product__info-wrapper .product__view-details {
  font-size: 18px;
}
</style>

 

For example,

GemPages_1-1670128004368.png

 

If you require any further information, feel free to contact me.

 

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
5586 1259 1121

This is an accepted solution.

Hello @deydey01 ,

 

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

 

I would like to give you a recommendation to support you so kindly follow steps below:

 

1. Go to Online Store > Theme > Edit code of your current theme

GemPages_0-1670127831777.png


2. Open your theme.liquid theme file

 

3. Paste the below code before </head>

<style>
.featured-product .product__info-wrapper .product__view-details {
  font-size: 18px;
}
</style>

 

For example,

GemPages_1-1670128004368.png

 

If you require any further information, feel free to contact me.

 

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
deydey01
New Member
5 0 0

@GemPages worked like a charm. Thank you!

GemPages
Shopify Partner
5586 1259 1121

Hello @deydey01 ,

 

I am glad that my solution is helpful to you.

 

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