Is it possible to make the header clear?

Solved

Is it possible to make the header clear?

christian_russo
Trailblazer
215 1 45

hi! 

 

is it possible to keep this header clear and not turn white when I hover it? I work with the prestige theme

Scherm­afbeelding 2024-05-14 om 12.15.42.pngScherm­afbeelding 2024-05-14 om 12.15.46.png

website: https://www.gallerychristian.com/

thanks! 

Accepted Solutions (2)

BSSCommerce-HDL
Shopify Partner
2305 835 908

This is an accepted solution.

Hi @christian_russo,

You can try this code by following these steps:

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

BssTechVenture_0-1715682980454.png

 

Step 2: Search file base.css, theme.css or styles.css

BssTechVenture_1-1715682987289.png

 

Step 3: Insert the below code at the bottom of the file -> Save

x-header.header {
    --header-show-transparent-logo: 1;
    --header-separation-border-color: 0 0 0 / 0;
    --background: 0 0 0 / 0;
    --border-color: 0 0 0 / 0;
    --text-color: var(--header-transparent-header-text-color);
}

Here is result: 

BssTechVenture_2-1715683063581.png

Hope this can help you

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

BSSCommerce-HDL
Shopify Partner
2305 835 908

This is an accepted solution.

Hi @christian_russo, Pls try again with this code : 

body:has(.content-over-media) x-header.header {
    --header-show-transparent-logo: 1;
    --header-separation-border-color: 0 0 0 / 0;
    --background: 0 0 0 / 0;
    --border-color: 0 0 0 / 0;
    --text-color: var(--header-transparent-header-text-color);
}

 

Here is result: 

BssTechVenture_0-1715686186991.png

 

Hope this can help you

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

Replies 5 (5)

BSSCommerce-HDL
Shopify Partner
2305 835 908

This is an accepted solution.

Hi @christian_russo,

You can try this code by following these steps:

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

BssTechVenture_0-1715682980454.png

 

Step 2: Search file base.css, theme.css or styles.css

BssTechVenture_1-1715682987289.png

 

Step 3: Insert the below code at the bottom of the file -> Save

x-header.header {
    --header-show-transparent-logo: 1;
    --header-separation-border-color: 0 0 0 / 0;
    --background: 0 0 0 / 0;
    --border-color: 0 0 0 / 0;
    --text-color: var(--header-transparent-header-text-color);
}

Here is result: 

BssTechVenture_2-1715683063581.png

Hope this can help you

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

christian_russo
Trailblazer
215 1 45

yes! thank you! 

christian_russo
Trailblazer
215 1 45

Is it possible to change the color of the logo or only make the white header visible on the product page? because my logo is white it doesn't appear anymore on product pages etc.

 Scherm­afbeelding 2024-05-14 om 13.18.52.png

BSSCommerce-HDL
Shopify Partner
2305 835 908

This is an accepted solution.

Hi @christian_russo, Pls try again with this code : 

body:has(.content-over-media) x-header.header {
    --header-show-transparent-logo: 1;
    --header-separation-border-color: 0 0 0 / 0;
    --background: 0 0 0 / 0;
    --border-color: 0 0 0 / 0;
    --text-color: var(--header-transparent-header-text-color);
}

 

Here is result: 

BssTechVenture_0-1715686186991.png

 

Hope this can help you

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

christian_russo
Trailblazer
215 1 45

perfect thanks! is it also possible to make the side drawer sort of transparent like this:

would love to change it from white background to that

 Scherm­afbeelding 2024-05-14 om 12.16.23.pngScherm­afbeelding 2024-05-14 om 12.16.28.png

thank for your help!