I would like to make a few changes to this section of my dawn theme. www.peakclo.com
Change the padding between my payment options and the top footer menu, removing the section break.
Edit the bottom footer menu to remove my store and replace it with PEAK CLOTHING LTD and add Terms and Conditions page
Acme
August 12, 2024, 5:17pm
2
Hi, @peakclo
Go to online store → theme → edit code and then open base.css.
.footer__content-top {
padding-bottom: 0 !important;
}
.footer__content-bottom {
padding-top: 0 !important;
}
Open footer.liquid.
add this line: assign footer_content = “PEAK CLOTHING LTD”.
replace shop.name with footer_content.
add terms and condition block to copyright__content block.
Terms and Condition
Hi @Acme , sadly the first code for base.css did not work and I am unsure what you mean for the 2nd code
Got it working but how can I change the layou sto that its not so close? With the dot like between terms and conditions and privacy policy?
Acme
August 13, 2024, 11:58am
6
Please move Terms and Conditions block to ul component like this
Terms and Conditions
@Acme it looks very messy
Acme
August 13, 2024, 1:33pm
8
Please do like image, move into ul block and add follow class to section-footer.css
.footer__copyright {
align-items: center !important;
}
Amazing I got it working thank you. Can you also explain how to get rid of the section line between the quick links menu/email signup and payment options please