For some reason my site is showing two headers, I only want the one that says “menu +”. can someone give me the code to take out the other one please?
Im using craft theme and my site is www.exoticsouls.world
my password is esfam1
thank you!
For some reason my site is showing two headers, I only want the one that says “menu +”. can someone give me the code to take out the other one please?
Im using craft theme and my site is www.exoticsouls.world
my password is esfam1
thank you!
@ExoticSouls - in your file base.css , line 3063, you have the code given below, need to remove it or disable it
header-drawer {
display: block !important;
}
Hello @ExoticSouls ,
Go to Online store >> Edit code >> Assets >> base.css
Add this code below of base.css file
.header__inline-menu {
display: none !important;
}
Was my reply helpful? Please Like and Accept Solution. This mean alot to me.