Hi guys,
Website: seraneeva.com
I’ve been stuck on this for a while. Right now, when a user clicks into the newsletters entry in the footer, the text gets smaller, moves up, and changes to Cooper Bt font. How can I keep everything the same, but have the text always be Cooper Bt?
Hi @flammagreg
This is Richard from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the 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
Hope this can help you solve the issue
Best regards,
Richard | PageFly
Hi @flammagreg , Pls insert this code to your file css:
.footer-main .hidden-label {
font-family: Cooper BT, serif;
}
Here is result:
Hope this can help you 
1 Like