Hi,
I changed the header color in the past but can’t figure out how/where to change it now. Where do I change it, please?
Hi Daniel,
Thanks for reaching out.
It seems that you are using the Integrity stack which does not have option to change the Header color. You can change the Header color if you are using the Ethos or Renew stack.
Hope it helps.
Thanks
Oh, great, it did help, thanks!
Hi Daniel,
Glad that we are able to help you.
Thanks
Is there actually a way to have header menu without the underlines, when using the renew stack?
Hey Daniel,
There’s no option to remove the underlines in the header menu using the theme options. What you are trying to achieve will require CSS customization. You can try to use the CSS code below and add it to your Theme Options > CSS.
.x-navbar .desktop .x-nav > li > a:hover > span, .x-navbar .desktop .x-nav > li.x-active > a > span, .x-navbar .desktop .x-nav > li.current-menu-item > a > span {
box-shadow: none;
}
Please note that custom CSS code is outside the scope of our support. Issues that might arise from the use of custom CSS code and further enhancements should be directed to a third-party developer or you can avail One where we can answer questions outside of the features of our theme.
Hope that helps and thank you for understanding.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.