Hello
When I view my site on mobile, I have a couple of problems which I don’t know how to address. The 3 stripe menu at the top under the logo is white, which makes it very difficult to see. I would like to change this to black. Also, the legal information at the bottom, which starts “This site is owned and operated” is in white against a gray background. I would like it to be in black against a background the same as the rest of the website.
Thank you very much.
Hi Bryan,
Thank you for writing in, to change the mobile menu color please add this to Theme Options > CSS
.x-btn-navbar.collapsed,
.x-btn-navbar.collapsed:hover,
.x-btn-navbar:hover {
color: black;
}
It seems you already resolve that with this custom CSS.
footer.x-colophon.top h4.h-widget, footer.x-colophon.top p {
color: #000 !important;
}
Please clear your caching and optimizer plugins if the changes did not take effect immediately.
Cheers!
Excellent, Thank you. The support for this theme is second to none.
You are most welcome Bryan!
We’re glad we were able to help you out.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.