Hi, I have two questions about www.ferlito.it
First: how to insert the logo above the menu in stacked mode
Second: eliminate the gray line having already inserted in the css .x-navbar, .x-logobar, .x-topbar {
border: 0;
}
Thank you so much!
Massimo
Hello Massimo,
Thanks for writing in!
1.) The logo is always above the menu. When you go to X > Theme Options > Header > Logo and Navigation, you will have the option to display “Inline” or “Stacked”. And then you can insert the logo in X > Theme Options > Header > Logo - Image.
2.) Please update your custom CSS code and add the box-shadow property as well.
.x-navbar, .x-logobar, .x-topbar {
border: 0;
margin: 0 auto;
box-shadow: none;
}
We would love to know if this has worked for you. Thank you.
Work! Thank you
You’re welcome.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.