Hi there,
In your CSS find
.main-navigation a, .main-navigation a:visited
and replace the color to whatever you want.
i hope that helps 🙂
Add this to custom CSS
.header-wrapper {
background: rgba(0,0,0,.5);
}
0 could be any number between 0 – 255
.5 can be between .1 – 1
Sure! Add the desired CSS to the Additional CSS section of the Customizer. For example:
.header-wrapper.clear {
background-color: rgba(0, 0, 80, 0.3);
}
Use your browser’s developer tools to quickly try out different color values to get the effect you like.
Please don’t use Developing WordPress forum for these sort of questions, it’s meant for deeper coding questions well beyond adjusting colors. We realize there’s not a clear forum for your sort of question, so no worries about being in the wrong forum.