Hi @nadiamejilla , First you need to remove
background: transparent;
from your style , we will only added on the home page, go to theme.liquid file and add the following code in the bottom of the file above tag,
{% if template == 'index' %}
{% endif %}