New Shopify Certification now available: Liquid Storefronts for Theme Developers

How to change font size for klaviyo reviews on symmetry theme

Solved
tcratchley
New Member
4 0 0

Hello,

 

Does anyone know how to make the font smaller for Klayivo reviews on my product page? I want it to match the size of the font of the rest of the page. I am using the Symmetry theme.

 

Thank you!

 

 

Screen Shot 2023-10-30 at 4.28.34 pm.png

Accepted Solution (1)
dmwwebartisan
Shopify Partner
12267 2545 3679

This is an accepted solution.

@tcratchley 

Please add the following CSS code to your assets/styles.css bottom of the file.

#klaviyo-reviews-list .kl_reviews__reviews_list.kl_reviews__reviews_list.kl_reviews__reviews_list .kl_reviews__list__tabs button.kl_reviews__list__tab {
    font-size: 12px !important;
    font-weight: 600 !important;
}

Thanks!

 

 

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app

View solution in original post

Replies 6 (6)
Moeed
Shopify Partner
3051 761 925

Hey @tcratchley 

 

Could you please provide your Store URL and, if applicable, the Password too? Your cooperation is greatly appreciated!

 

Best Regards,
Moeed

Need a Shopify developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️
dmwwebartisan
Shopify Partner
12267 2545 3679

@tcratchley 

Please share your store URL!

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
tcratchley
New Member
4 0 0

This is the URL to the page I am talking about https://kiyomii.com/collections/bottoms/products/noah-lounge-pant-graphite

dmwwebartisan
Shopify Partner
12267 2545 3679

This is an accepted solution.

@tcratchley 

Please add the following CSS code to your assets/styles.css bottom of the file.

#klaviyo-reviews-list .kl_reviews__reviews_list.kl_reviews__reviews_list.kl_reviews__reviews_list .kl_reviews__list__tabs button.kl_reviews__list__tab {
    font-size: 12px !important;
    font-weight: 600 !important;
}

Thanks!

 

 

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
tcratchley
New Member
4 0 0

Thank you! This worked on my published website 😊 I have tried to use this code on other themes in my theme library that are duplicates of this website however it doesnt work on that. Is this code unique to the active website only?

tcratchley
New Member
4 0 0

I tried again on the other templates and it worked! Thank you so much for your help 😊