Shopify themes, liquid, logos, and UX
Hi guys,
Am using Expanse theme. My footer content is small, I want to increase the font size. Could someone help me with the coding?
Thanks!
Solved! Go to the solution
This is an accepted solution.
Hello @Eze_Paul,
Here is the code you can try. I hope it might be helpful
Go to the Online Store-> Theme-> Edit code-> Assets> overrides.css -> Add code at the bottom.
.footer__title {
font-size: 18px;
line-height: normal;
}
.site-footer {
font-size: 17px;
line-height: normal;
}
And this for Mobile view :
Go to the Online Store-> Theme-> Edit code-> Assets> components.css -> Add code at the bottom.
@media only screen and (max-width:768px){
.footer__title {
font-size: 18px;
line-height: normal;
}
.site-footer {
font-size: 17px;
line-height: normal;
}
}
This is an accepted solution.
Hello @Eze_Paul,
Here is the code you can try. I hope it might be helpful
Go to the Online Store-> Theme-> Edit code-> Assets> overrides.css -> Add code at the bottom.
.footer__title {
font-size: 18px;
line-height: normal;
}
.site-footer {
font-size: 17px;
line-height: normal;
}
And this for Mobile view :
Go to the Online Store-> Theme-> Edit code-> Assets> components.css -> Add code at the bottom.
@media only screen and (max-width:768px){
.footer__title {
font-size: 18px;
line-height: normal;
}
.site-footer {
font-size: 17px;
line-height: normal;
}
}
Hello There,
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > components.css and paste this at the bottom of the file:
.site-footer a {
font-size: 20px;
}
h2.footer__title {
font-size: 20px;
}
.footer__title {
font-size: 20px;
}
Hi @Eze_Paul
This is Richard from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the </head> 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 </head>
<style>
@media screen and (max-width: 767px) {
.footer__title {
font-size: 20px;
}
.site-footer {
font-size: 18px;
}
}
</style>
Hope this can help you solve the issue
Best regards,
Richard | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
➜ Optimize your Shopify store with PageFly Page Builder (Free plan available)
All features are available from Free plan. Live Chat Support is available 24/7.
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024