TASTE THEME - Header Menu Bar Transparent - So It Shows The Image Behind It

Hi,

Currently using Taste theme and would like to know

How To Make My Header Menu Bar Transparent

So It Shows The Image Behind It

Can someone please assist :slightly_smiling_face:

Hi @WINNIER ,

You can try this code

  1. Go to Online Store-> Theme->Edit code
  2. Asset-> base.css ->paste the below code at the bottom of the file.
sticky-header {
    background: transparent !important;
}

Hi - thank you

This made the โ€˜stickyโ€™ header transparent - ( when i scroll ) thank you

However the main header / menu is still showing with solid colour behind it ??

Any suggestions - thank you

try this code

sticky-header,.header {
    background: transparent !important;
}

didnt seem to work - only working on sticky when i scroll page up

please share the store URL so i can check it

Hi there,

Im having the same issue on taste v9.0. It made the sticky headr transparent, however, the main header still shows background color. Could you please help?

Thank you.