Opacity Background Header
Dear Team Support,
Can you help me how to make header background transparant with opacity on first load, where in theme option i choose classic header.
i'm try with custom css :
#Top_bar.is-sticky {
background:#000000 !important;
opacity: 0.9;
}
just work on sticky header.
Comments