-
Author
-
March 30, 2016 at 17:03 #113545greenscotlandParticipant
Hi,
I would like to know how to alter the font colour of the top menu. The hover colour is OK, but I can´t work out how to alter the main font colour of the top menu. At the moment the colour is too dark and not easy to see. I would like to make it white.
Many thanks,
Adam
March 30, 2016 at 18:44 #113624RaduModeratorHi,
Please provide a link where the top bar appears, i’ve browser your site and i cannot see it.
Cheers
RAdu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 30, 2016 at 22:31 #113705greenscotlandParticipantHi Radu,
Thanks for getting back to me.
My top bar has got the login/login/live notifications/my account links in it. Until you are logged in you can only see a login/join button. Once logged in you see the text that I was referring to previously.
Regards,
AdamMarch 31, 2016 at 18:09 #113857RaduModeratorIf you want to take a look at that font color, please proivde an account.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 1, 2016 at 15:53 #114103RaduModeratorHi,
This is the css
COPY CODE.header-color .top-menu li > a, .header-color #top-social li a { color: #ddd !important; }
You can add this to wp-admin -> theme options -> general settings -> quick css
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 3, 2016 at 23:32 #114336greenscotlandParticipantHi, I added the code and the font color still looks a duller color. Is there some other setting that is making the “logout” and “live notifications” appear darker? Thanks, Adam
April 4, 2016 at 19:00 #114465RaduModeratorHi,
Apply these styles
COPY CODE.header-color .top-menu li > a, .header-color #top-social li a { color: #fff !important; }
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 4, 2016 at 23:45 #114561greenscotlandParticipantHi Radu, I had added that exact code before with the font color set up for white, but as you will see the “logout” and “live notifications” texts appear darker/duller. Please advise. Adam
April 5, 2016 at 17:31 #114670RaduModeratorHi,
Please paste the css from here : http://pastebin.com/raw/ZBSwj7JY aand paste it instead of before css, i see in the source code of page
.header-color .top-menu li > a, .header-color #top-social li a { color: #fff !important; }
Which are not ok it shows > instead >
Let me know
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 5, 2016 at 18:11 #114698greenscotlandParticipantHi Radu,
Thanks for that advice and sorry for pasting the incorrect code before. Now it is all fine.
Much appreciated!
Kind regards,
AdamApril 6, 2016 at 16:30 #114822RaduModeratorGreat
You’re welcome
Have a nice week
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.