Hi guys, how do I change the font of the company name and year in my footer to match the rest of the text? Any help is greatly appreciated!
Website: flozar.com
Hi guys, how do I change the font of the company name and year in my footer to match the rest of the text? Any help is greatly appreciated!
Website: flozar.com
@flammagreg I have checked it. Do you want to change the font-size? or the font-color? Seems like the font family is same for the text you mentioned.
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
@flammagreg - hi, do you want to change font or the font size?
Hello @flammagreg ![]()
In Shopify Admin, you can go to Edit theme code, open file base.css and add this code at the bottom
.copyright__content {
font-family: Arial !important;
}
Hope that helps!