Hi, wanted to reduce the space marked in Footer screenshot below on Crave theme. Also wanted to reduce spacing between Follow Us and the Instagram Link and the newsletter and change the font to same as that of the menu links on the left in footer menu. Thanks.
Link to website: www.bohodreams.in
Hi @bohodreams
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 base.css
Step 3: Paste the below code at bottom of the file → Save
h2.footer-block__heading.rte {
margin-bottom: 0;
}
a.link.list-social__link {
padding-bottom: 0;
}
.footer__content-top.page-width {
padding-bottom: 0 !important;
}
.footer__content-bottom {
padding-top: 0 !important;
}
Hope that my solution works for you.
Best regards,
Henry | PageFly
Hi Websensepro, Yes but i also want to change the size and font of the left most column which says “Follow us on istagram” & “subscribe to our emails” to match footer menu size and reduce the overall spacing of the 3rd column which is making the overall footer too big. Thanks!
Thanks Henry, while it did reduce the space between the footer policy links, still need to change the spacing of the 3rd column and change the font & size to match the first two columns in footer.
1 Like
h2.footer-block__heading.rte, h2.footer-block__heading.inline-richtext {
color: rgba(var(–color-foreground),.75);
font-size: 1.4rem;
font-family: inherit;
}
You can try again with this code to fix font issue.
You are welcome @bohodreams 