hi everyone,
although I have accurate settings, I can’t make the header transparent!
can anyone help me please?
p: sense2023
hi everyone,
although I have accurate settings, I can’t make the header transparent!
can anyone help me please?
p: sense2023
@stpdilaras
I just checked your website and your website header is transparent
Hello @stpdilaras
In Shopify Admin, you can go to Edit theme code, open file base.css and add this code at the bottom
.header:hover {
background: rgba(255, 255, 255, 0.7) !important;
}
The result