How can I change the font size of widgets in Dawn theme?

How can I change the font size of widgets in Dawn theme?

monomgroup
Explorer
99 0 35

Hi!

 

We are looking to change font size of judge.me review widgets:

 

Screenshot 2023-03-21 at 23.16.32.png

 

We would like to change all customize font size of all components: title, button font and the "be the first to write a review" font.

 

page url: www.mism.store

 

Thank you!

 

best,

team mism

Replies 2 (2)

PageFly-Victor
Shopify Partner
7865 1786 3131

Hi @monomgroup 

 

This is Victor from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

 

<style>
.jdgm-rev-widg__title, .jdgm-write-rev-link, .jdgm-rev-widg__summary-text {
font-size: 14px !important;
font-family: 'your font name here' !important; // please change your fontname
}

</style>

 

 

Hope this can help you solve the issue 

 

Best regards,

Victor | PageFly

GemPages
Shopify Partner
5625 1262 1279

Hi @monomgroup,

 

Glad to support you today.

 

You can check out my suggestion below to get your concern resolved:

 

1. Go to Edit code on Online Store:

 

GemPages_0-1679459781538.png

 

2. add my code  above the </body> tag on Theme.liquid:

<style>
	#judgeme_product_reviews .jdgm-rev-widg__title,
	#judgeme_product_reviews .jdgm-row-stars .jdgm-rev-widg__summary-text,
	#judgeme_product_reviews .jdgm-row-stars a.jdgm-write-rev-link {
		font-size: 15px !important;
	}
</style>

 

Eg:

GemPages_1-1679459807211.png

 

Hope you find my answer helpful!

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