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 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 → save.
.h3.footer-header , summary.footer-summary { color: red !important; font-size: 20px !important; }Hope that my solution works for you.
Best regards,
Henry | PageFly