Uppercase issue within third party pop up

Uppercase issue within third party pop up

BusyOtter
Shopify Partner
2 0 0

Hello! 

 

We are using an Aweber popup on https://livnature.com/. The pop-up is designed using all case text but is displayed in uppercase. I've tried reviewing the code as well as adding additional code to the pop-up to make it look, but nothing seems to work. 

 

Sharing two screenshots of what I see, and what it should be. 

Screenshot 2024-04-03 at 4.37.37 PM.png

Screenshot 2024-04-03 at 4.38.42 PM.png

Does anyone have any ideas? 

Replies 2 (2)

Dan-From-Ryviu
Shopify Partner
11564 2264 2446

Hi @BusyOtter 

Go to Online Store > Themes > Edit code > open theme.liquid file, add this code below after <head> 

<style>
#af-form-665310522 .af-body label.previewLabel,
#af-form-665310522 .af-body label.choice {
    text-transform: math-auto !important;
}
</style>

 

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

BusyOtter
Shopify Partner
2 0 0
Thank you! Thank worked.