Hi there,
I have added custom css for making the header of my store transparent on home page only. But after I did that the login option is missing in the mobile menu drawer. This is the code that I added for transparent header,
.template-index .header-wrapper {
background: transparent !important;
position: fixed;
top: 0;
width: 100%;
z-index: 999;
transition: all 0.3s ease;
box-shadow: none !important;
}
I customized the code and found out that the problem is with the position property even though changing it will affect transperancy. So can anyone suggest a solution for this.
store- https://www.valcoure.store/
password- kothavara
Thank You.

