How do I make a Transparent Header

Hi, is this correct ? I’ve added this code in the section you mentioned but it doesn’t work

{% if template.name == index %}

.shopify-section-group-header-group.section-header.shopify-section-header-sticky sticky-header.header-wrapper { position: fixed !important; background-color: transparent !important; max-width: 100%; width: 100%; border-bottom: 0; top: 0 !important; } .shopify-section-group-header-group.section-header.shopify-section-header-sticky.scrolled-past-header sticky-header.header-wrapper { background-color: white!important; }

{% endif %}