Would like to use CSS to change the background color of menu bar on Sunspot
-
I actually need help with ReunityResources.com, which is a WordPress site I’m working on. Thank you.
We changed the main background color for the site, but I cannot see where or how to change the left bar/main menu bar color.
Thank you.
-
Hi there,
Looks like your site ReunityResources.com is based on the self-hosted WordPress.ORG platform and not WordPress.COM.Both are different products. You can find out the differences between them here: https://en.support.wordpress.com/com-vs-org/
So you have posted your issue in the wrong forum. You have to post this issue in this forum: https://wordpress.org/support/
_________Still i will help you out,
You cannot change the background color of the menu bar because it is a PNG image(this one). So what you can do is change the CSS code to add your own image name
.wrap { background: url(images/wrapper-bg.png) repeat-y 28% 0; // change the .png image name to the image name of your own. margin: 0 0 -1em 1.692em; max-width: 1175px; padding-top: 3.5em; position: relative; }and add your own menu background image with a new color.
Hope this helps :)
_________Remember… You should post the issues related to your site on this forum: https://wordpress.org/support/ hereafter, not here. Since this forum only supports the sites hosted on WordPress.COM and not WordPress.ORG.
- The topic ‘Would like to use CSS to change the background color of menu bar on Sunspot’ is closed to new replies.