This fine for the background color. What about the font color?
Currently the color is set to….
COPY CODE
.header-color .top-menu li > a, .header-color #top-social li a {
color: rgba(15,44,102, 0.5);
}
I have the Styling >> Header >> Link color >> set to #0f2c66 but the top bar is adding 0.5 opacity to the color which makes it look #6699CC (ie; rgba(15,44,102, 0.5)).
… and I do not see any way to change it. I need to change all of the text in the top bar to be a darker color.
I used this for the font size.
COPY CODE
.top-bar {
font-size: 14px;
}