I want to remove the main header of the shopify and I want to use the header that i am bulid in the ecomSolid
The shaded section is my problem (main header is always above my header )
plz help me
thank
The shaded section is my problem (main header is always above my header )
plz help me
thank
Hi @ahmadrsslan , please share your url so I can take a look. ![]()
hello Ms thank you for your answer
this is the link
Hi @ahmadrsslan , I understood that is the result you’d like to get (without shady part)? ![]()
In order to do this, just add:
.header__mid{
display:none;
}
If you find my answers helpful, please mark resolved or like.
thank you Ms so mach but this two line of code where should i have to put them
Hi @ahmadrsslan , you’re welcome.
Look into assets folder, are there files like theme.css or base.css?
Add this code in one of these files. ![]()
I will do it now and try
that so kind of you Ms
thank you a lot.
You’re welcome.
Glad I could help!
If my answers solves your problem, please mark resolved.
thank you very mach Ms
problem solved
but i found a anther problem i the top bar of shopify is cover the top bar of ecoosolid
you can see it when you hover at the top on the header and scrolling
here is the link
https://buyworldwidebww.myshopify.com/?_ab=0&_fd=0&_sc=1
thank you for helping me so mach
Hi @ahmadrsslan , you’re welcome. ![]()
Add this piece of code:
.shopify-section-header_top{
display:none;
}
Hope this helps.
thanks Ms Marian but this code does not make any different
what I want to do Ms is enable the two top bar but ( first ecomSolid top bar then the other)
is this possible
@ahmadrsslan is this the result you’d like to get?
your are amazing
yes Ms this is exactly what I want
thank you so so mach for your interest and your helping
@ahmadrsslan you’re welcome.
.gt_section-s5FyUg6oPKfzoRZ{
z-index:999;
}
.ntheader_wrapper{
top:35px;
}
.gt_header-content{
margin-top:50px;
}
.gt_section-CxriL2D2xwGDGrW {
top:50px;
}
Wonderful !!
Thank you very much
problem solved
I just added
.gt_section-s5FyUg6oPKfzoRZ{
top :40px;
}
in addition