Hello everyone,
I have a shop on shopify with prestige v 10.4.0
I managed to make my header transperant and when scrolling or while hovering it’s getting a white background. but i want to add black gradient while its transpernt only and when i try i manage to do either with gradient or with transpernt.
My site is https://the-nest.shop/
Hi @Emli
Please share your store URL
https://the-nest.shop/
Thank you
You can try to use this code to check if it fit your requires
#shopify-section-sections--18587768619220__header { background: rgb(0 0 0 / 50%); }
Amazing! its working
if i want it to be more “light” then i need to take the number down/up?