Hide footer on Home screen only Ella theme 6.6.2

Solved

Hide footer on Home screen only Ella theme 6.6.2

Only1mrsfragili
Trailblazer
169 3 51

Hello,

 

Can someone please tell me how to hide the footer info on the home screen only and how to decrease the black area of the social media icons area?

 

Screenshot 2024-08-18 at 11.11.35 AM.png

 

Thank you in advance

Accepted Solutions (2)
Abdosamer
Shopify Partner
895 163 181

This is an accepted solution.

@Only1mrsfragili , go to theme.liquid file and add the following code at the end before </body> tag :

{% if template.name == "index" %}
     <style>
        .footer__content-bottom{
           display:none;
      }
 </style>
  {% endif %}
Buy me a Coffee
Email : abdelrahamansamer71@gmail.com
Chat on WhatsApp
My work

View solution in original post

Abdosamer
Shopify Partner
895 163 181

This is an accepted solution.

@Only1mrsfragili , go to theme.liquid file and add this code before the </body> tag :

 

 

<style>
 @media (max-width:787px){
      .footer-1 .footer__content-top {
    padding-bottom: 0px;
    height: 8rem !important;
}
   .footer-block__item.footer-block__newsletter {
    width: 100%;
    margin-top: 10px !important;
}
   }
</style>

 

Buy me a Coffee
Email : abdelrahamansamer71@gmail.com
Chat on WhatsApp
My work

View solution in original post

Replies 9 (9)

Abdosamer
Shopify Partner
895 163 181

Hi @Only1mrsfragili , can you share your store url?

Buy me a Coffee
Email : abdelrahamansamer71@gmail.com
Chat on WhatsApp
My work
Only1mrsfragili
Trailblazer
169 3 51
Abdosamer
Shopify Partner
895 163 181

This is an accepted solution.

@Only1mrsfragili , go to theme.liquid file and add the following code at the end before </body> tag :

{% if template.name == "index" %}
     <style>
        .footer__content-bottom{
           display:none;
      }
 </style>
  {% endif %}
Buy me a Coffee
Email : abdelrahamansamer71@gmail.com
Chat on WhatsApp
My work
Only1mrsfragili
Trailblazer
169 3 51

It fixed part is the issue, but the social media icons are still showing and how to I minimize the black area around them? 

IMG_3420.png

Abdosamer
Shopify Partner
895 163 181

@Only1mrsfragili , you want to minimize the height of the black area?

Buy me a Coffee
Email : abdelrahamansamer71@gmail.com
Chat on WhatsApp
My work
Only1mrsfragili
Trailblazer
169 3 51

Yes, I would just like a little above and below the icons

Abdosamer
Shopify Partner
895 163 181

This is an accepted solution.

@Only1mrsfragili , go to theme.liquid file and add this code before the </body> tag :

 

 

<style>
 @media (max-width:787px){
      .footer-1 .footer__content-top {
    padding-bottom: 0px;
    height: 8rem !important;
}
   .footer-block__item.footer-block__newsletter {
    width: 100%;
    margin-top: 10px !important;
}
   }
</style>

 

Buy me a Coffee
Email : abdelrahamansamer71@gmail.com
Chat on WhatsApp
My work
Abdosamer
Shopify Partner
895 163 181

@Only1mrsfragili , go to theme.liquid file and add this code before the </body> tag :

<style>
 @media (max-width:787px){
      .footer-1 .footer__content-top {
    padding-bottom: 0px;
    height: 8rem !important;
}
   .footer-block__item.footer-block__newsletter {
    width: 100%;
    margin-top: 10px !important;
}
   }
</style>
Buy me a Coffee
Email : abdelrahamansamer71@gmail.com
Chat on WhatsApp
My work

BSSCommerce-HDL
Shopify Partner
2082 740 933

Hi@Abdosamer

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

Step 2: Search file theme.liquid

Step 3: Insert this code above </body> tag:

{% if template.name == "index" %}
<style>
       .footer__content-bottom{
           display: none!important;
      }
    .list-unstyled.list-social.clearfix {
        display: none!important;
    }
    @media screen and (max-width: 750px) {
        .footer__content-top {
            display: none!important;
        }
    }
</style>
{% endif %}

 
Here is result:

BSSCommerceHDL_0-1723975428305.png

 

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 😍

 

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

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.
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