-
Author
-
July 8, 2016 at 16:21 #128513kjcarleoParticipant
Hello is it possible to change the color of the Top Bar independently, both background and text and icons?
Kevin
July 8, 2016 at 18:02 #128539RaduModeratorHi,
Please use those css
COPY CODE.header-color.social-header { background-color: yellow; } .header-color .top-menu li > a, .header-color #top-social li a { font-family: monospace; color: red; }
The css will be added to wp-admin -> theme options -> general settings -> quick css
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 8, 2016 at 18:58 #128545kjcarleoParticipantTake a look I used your css and it is grey icon on mouseover, and the seperators are also gray. How can I change that?
July 11, 2016 at 15:12 #128766RaduModeratorHi,
Ddd also this css
COPY CODE.header-color .top-menu li > a:hover, .header-color #top-social li a:hover { color:red; }
Replace red with your desired color
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 19, 2016 at 18:16 #129577kjcarleoParticipantHow can I remove or change the color of the separators?
You can see in the attached image that they are black…
Attachments:
You must be logged in to view attached files.July 22, 2016 at 23:30 #129891RaduModeratorHi,
You can change the color of the separator with this css
COPY CODE#top-social li a { border-right: 1px solid red !important; }
If you want to remove the separators you can do it with this css
COPY CODE#top-social li a { border-right: 1px solid transparent !important; }
The css will be added to wp-admin -> theme options -> general settings -> quick css
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionJuly 25, 2016 at 15:57 #130070RaduModeratorGreat
Have a nice week
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 29, 2016 at 22:27 #134237kjcarleoParticipantHey sorry to re-open this ticket, but how can I set the same font I have for my pages for the TOP MENU font? I am using “RALEWAY”.
Kevin
Attachments:
You must be logged in to view attached files.August 30, 2016 at 17:11 #134293RaduModeratorHi,
With this css,i’ve already provided in a previews reply
COPY CODE.header-color .top-menu li > a, .header-color #top-social li a { font-family: "Raleway"; }
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 30, 2016 at 19:52 #134331kjcarleoParticipantI just realized the previous post you sent was for the color, not the font – but thanks for the code, it is working now.,
Kevin
August 31, 2016 at 14:52 #134437RaduModeratorGreat
Have a nice week
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 1, 2016 at 00:20 #134497kjcarleoParticipantOne more thing, how can I remove the white bottom border and lines between the items?
See attached…
Attachments:
You must be logged in to view attached files.September 1, 2016 at 17:17 #134553RaduModeratorUsing this css
COPY CODE.top-menu li a { border: 0 !important; }
The css can be added to wp-admin -> theme options -> general settings -> quick css
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 5, 2016 at 18:31 #134999RaduModeratorGreat
Have a nice week
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
You must be logged in to reply to this topic.