What's your biggest current challenge? Have your say in Community Polls along the right column.

How to change font size for klaviyo reviews on symmetry theme

Solved

How to change font size for klaviyo reviews on symmetry theme

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
12323 2552 3732

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
6357 1722 2083

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 Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Boost Your Sales with Affiliate Marketing - UpPromote: Affiliate & Referral


dmwwebartisan
Shopify Partner
12323 2552 3732

@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
12323 2552 3732

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 😊