Making footer smaller

Solved

Making footer smaller

StafMeister
Excursionist
34 1 9

Hi, is there any way to make the footer smaller with custom code? Because I can't seem to find it. I'd really appreciate your help. My website is https://2f490c-f2.myshopify.com/

 

StafMeister_0-1727873197721.png

 

Accepted Solution (1)
BSSCommerce-HDL
Shopify Partner
2305 848 1065

This is an accepted solution.

Hi @StafMeister

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above <head> tag:

<style>
footer, footer p, footer .font-heading {
    font-size: 17px;
}


footer .section-x-padding {
    padding: 10px 5px;
}

.footer-logo-image {
    display: block;
    max-width: 170px;
    height: 140px;
}

.footer-logo-image img {
    object-fit: cover;
    height: 100%;
}
</style>

 

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

Replies 3 (3)

BSSCommerce-HDL
Shopify Partner
2305 848 1065

@StafMeister, Do you want smaller font-size or something else?

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

StafMeister
Excursionist
34 1 9

Thank you for your reply. Yes smaller font size and smaller footer area because it takes a lot of space

BSSCommerce-HDL
Shopify Partner
2305 848 1065

This is an accepted solution.

Hi @StafMeister

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above <head> tag:

<style>
footer, footer p, footer .font-heading {
    font-size: 17px;
}


footer .section-x-padding {
    padding: 10px 5px;
}

.footer-logo-image {
    display: block;
    max-width: 170px;
    height: 140px;
}

.footer-logo-image img {
    object-fit: cover;
    height: 100%;
}
</style>

 

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now