Shopify themes, liquid, logos, and UX
Hi guys,
I've been stuck on this for a while. Does anybody know how I can change the color and size of the 3 headings in the footer of seraneeva.com. Any help would be greatly appreciated!!
Hi @flammagreg
check this one.
From your Shopify admin dashboard, click on "Online Store" and then "Themes".
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.h3.footer-header {
color: red;
font-size: 40px;
}
And Save.
Result:
Note: You can change the color you like, also do you like same size on the mobile screen?
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hi @flammagreg
This is Henry from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file theme.liquid
Step 3: paste bellow code in tag </body> -> save.
<style>
.h3.footer-header ,
summary.footer-summary {
color: red !important;
font-size: 20px !important;
}
</style>
Hope that my solution works for you.
Best regards,
Henry | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
It looks like you are a newbie to Shopify, I think on the product page you can make the media stick while scrolling so the images stay in the user's view.
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025