Hi =)
For my website www.majidkazmi.com, I want to have the header menu item appear over the main image so that there’s no separate navagation bar (currently white with grey menu items).
How to achieve this for the Icon theme?
Thanks.
Hi =)
For my website www.majidkazmi.com, I want to have the header menu item appear over the main image so that there’s no separate navagation bar (currently white with grey menu items).
How to achieve this for the Icon theme?
Thanks.
Hi There,
Please add the following code to Theme Options Custom CSS
.x-navbar {
background: none;
}
.x-main.full {
margin-top: -92px;
}
Hope it helps!
It worked. Thanks so much!
You are most welcome.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.