Hide footer on homepage + Transparent header on homepage

Hi,

I’m trying to hide the footer on my homepage and have a transparent header on the homepage also. I was using Brooklyn theme before and there was an option of doing it, but now I’m using Ride and there is not.

I tried about 20 different codes I found online but nothing works.

Thanks for the help !

** The theme is not published on my website yet so I can’t put the link.

Sorry but wdym byPage > All Page? @Samlek_Klutz

Also, I dont want to hide the header, I want it to be transparent and text to be white instead of black

Hello @Renaye

You can follow these steps:

  1. Go to Online Store->Theme->Edit code

  2. Open your theme.liquid file, paste the below code before

{%  if template contains 'index' %}   

   {%  endif %}

I hope the above is useful to you.

Kind & Best regards,
GemPages Support Team