Spark Theme Transparent Header

alexlomt
Tourist
7 0 1

Hi,

 

I have the spark theme and I want to make the header permanently transparent, not turning from transparent to white when you scroll. How can I do that?

 

https://453f42.myshopify.com/

 

Password is Charlemagne7

Replies 2 (2)
GemPages
Shopify Partner
5281 1185 962

Hello @alexlomt 

 

It's GemPages support team and glad to support you today.

I would like to give you a solution to support you:

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

 

GemPages_0-1669618959296.png

 

2. Open your theme.liquid theme file

3. Paste the below code before </body>:

 

<style>
  body.template-index .header.is-sticky{
     background-color: rgba(255,255,255,0)
  }
</style>

 

Hope my solution can work and support you!

Kind & Best regards!

GemPages Support Team.

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center
alexlomt
Tourist
7 0 1

Thanks! But there is a border leftover, how can I remove that?