Prestige theme - Transparent header on certain pages

prestige theme - Transparent header on certain pages.

How am I able to have the header transparent on blog pages?

1 Like

@Trevallion

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

1 Like

https://www.southclothing.store

1 Like

Hi @Trevallion ,

Please share your store URL and if your store is password protected then please provide password too.

So that we can help you.

Thank you.

@Trevallion

thanks for url can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
.template-article header {
    background: transparent;
    position: absolute;
    width: 100%;
    box-shadow: none;
}
.template-article header a.Heading.u-h6, .template-article .Header__Icon {
    color: #fff;
}
1 Like

Hey, I have noticed a issue when adding this code in my mobile menu, the X is over the Shop button please can you hep me fix this issue. https://www.southclothing.store

1 Like

@Trevallion

oh sorry for that issues i have check but i can’t see now you remove that code?