Forum Replies Created
-
Author
-
nickzeeParticipant
Whenever any of the color settings are change in the Alternative option, the `.alternate-color .breadcrumb span {
color: red;
}` is over ridden. Even with !important added to it.Can’t the devs (@Abe) just add an option to control the breadcrumb color? Seams so trivial and minor.
Attachments:
You must be logged in to view attached files.nickzeeParticipantThis 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; }
nickzeeParticipantActually, I meant the entire thing. I don’t have need to change just one section of the Top Bar, but the entire thing.
What is the official name of this section? The section containing the social and navigation elements together. It goes from the far left side of the screen to the far right and is at the very top. Is there a single name like “Top Bar” or something?
-
AuthorPosts