Refresh theme - Footer - Adding a logo image to a column in the footer

Refresh theme - Footer - Adding a logo image to a column in the footer

pete96
New Member
16 0 0

Hello -

 

I am trying to work out how to add a logo image to the first column in my footer.

 

Using the Refresh theme, site at :-  somna-sleep.myshopify.com (pwd is taglee).

 

Would like to add logo inside the first column, underneath the heading 'Our Mission'. (No options to do this in the Theme settings that I can see).

 

If anybody could point me the right way that would be most appreciated!  Thank you.

Replies 4 (4)

BSSCommerce-TC
Shopify Partner
225 49 51

Hi @pete96 , 

Could you give to me your logo and we can try to my site. We will response to you if possible.

 

Thanks

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


MIDA: Heatmap, Record & Replay |BLOOP Referral Program, Reward |

Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency
pete96
New Member
16 0 0

Hi - That is most kind of you - The logo is the same one as at the top of the page i.e. here:  

https://somna-sleep.myshopify.com/cdn/shop/files/logo3.png?v=1719758655&width=270 

 

 

BSSCommerce-TC
Shopify Partner
225 49 51

Hi @pete96 ,

The design is only approximate. You can refer to it. If any layouts break, please let us know. We can help you fix it.

Step 1: Go to Online store  > Themes > Edit code and find footer.liquid

Step 2: Insert below code as shown figure and Save theme

<div id="logo-custom">
  <img src="https://somna-sleep.myshopify.com/cdn/shop/files/logo3.png?v=1719758655&width=270" >
</div>

BSSCommerceTC_0-1720369387395.png

 

Step 3:  Next , insert below code at the end file base.css

@media screen and (min-width: 750px) {
    .footer__content-top {
         display: flex !important;
         justify-content: center !important;
     }
     
     #logo-custom {
        padding: 0 80px 0 0px;
        margin: 0 0 0 -89px;
     }
}

@media screen and (min-width: 750px) {
     #logo-custom {
         display: none !important;
     }
}

 

It would be like that

Desktop screen

BSSCommerceTC_1-1720369796018.png

 

Mobile screen : ( We hidden it on mobile screen )

BSSCommerceTC_2-1720369816808.png

 

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


MIDA: Heatmap, Record & Replay |BLOOP Referral Program, Reward |

Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency
BSSCommerce-TC
Shopify Partner
225 49 51

Hi @pete96 ,

I have checked your website and see that it is working. Do you want to adjust the logo as you want?

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


MIDA: Heatmap, Record & Replay |BLOOP Referral Program, Reward |

Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency