My site is: http://dev2.verdenergia.org/
I’ve tried looking through all your forums to figure out how to change my navbar header to make it transparent. I am not able to.
Can you please help me resolve this?
My site is: http://dev2.verdenergia.org/
I’ve tried looking through all your forums to figure out how to change my navbar header to make it transparent. I am not able to.
Can you please help me resolve this?
Hi @Web_Services,
Please try this code:
body .masthead {
position: absolute;
width: 100%;
}
body .x-navbar,
body .x-navbar-inner {
background-color: transparent;
border-bottom: 0;
}
Kindly note that since this is a custom code that changes the default behavior/display of the theme, you will be responsible to maintain or update the code in case you require further changes or if the code stops working in future updates. If you are uncertain how to proceed, it would be best to get in touch with a developer.
Hope this helps.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.