Tagged: x
-
AuthorPosts
-
June 9, 2016 at 10:36 am #1034183
pixelsockParticipantAm I missing something or is there no easy way to change the color of the header menu fonts and hovers?
June 9, 2016 at 2:18 pm #1034518
JoaoModeratorHi There,
The colors are set to follow your website link color. In most of the cases that will bring harmony to the website color scheme.
You could change them at Appereance > Customizer > Typography
In case you want them differnt from your links please add the following code to Appereance > Customizer > Custom CSS and adjust the colors according to your wishes:
.x-navbar a { color: red !important; } .x-navbar a:hover { color: blue !important; }Hope that helps,
Joao
June 9, 2016 at 5:02 pm #1034753
pixelsockParticipantThank you for the reply. What about the current status color?
June 9, 2016 at 8:50 pm #1035111
John EzraMemberHi there,
Thanks for updating the thread! If you are referring to the bar on the current active menu item you can use the following CSS:
.x-navbar .desktop .x-nav > li > a:hover, .x-navbar .desktop .x-nav > .x-active > a, .x-navbar .desktop .x-nav > .current-menu-item > a { box-shadow: inset 0 4px 0 0 #ff2a13; }Just change the color value. Hope this helps – thanks!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1034183 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
