Hi @radaApeta
- In your Shopify Admin go to online store > themes > actions > edit code
- Find Asset > base.css and paste this at the bottom of the file:
.footer-left-sections--21794337358158__ss_footer_6_F8ayzU,
.footer-column-sections--21794337358158__ss_footer_6_F8ayzU {
font-family: 'YourStoreFont', sans-serif;
padding: 20px;
}
.footer-menu-heading-sections--21794337358158__ss_footer_6_F8ayzU {
font-size: 18px;
font-weight: bold;
}
.footer-menu-link-sections--21794337358158__ss_footer_6_F8ayzU {
font-size: 16px;
font-weight: bold;
}
.footer-menu-link-sections--21794337358158__ss_footer_6_F8ayzU:hover {
text-decoration: underline;
}
.footer-column-sections--21794337358158__ss_footer_6_F8ayzU {
padding: 20px;
}
.footer-menu-item-sections--21794337358158__ss_footer_6_F8ayzU {
margin-bottom: 10px;
}
