Home › Forums › Pro Themes › Graduate Pro › Menu Bar and LogIn Bar Question
- This topic has 5 replies, 2 voices, and was last updated 8 years ago by
wensolutions.
-
AuthorPosts
-
March 15, 2018 at 5:30 am #67887
MrStocks
ParticipantHi!
How can we change the font-size and font-family of the menu bar?
and..
How can we change the color of the Login Bar on the top of the GraduatePro website and remove the grey lines? Also change the login and register color?
Really appreciate the support!
March 15, 2018 at 5:57 am #67892wensolutions
KeymasterHello @urbanestocks,
Can you post your site URL so that we can provide the precise fix on this?
Thank you 🙂 .
Best Regards!!
March 15, 2018 at 6:13 am #67897MrStocks
ParticipantMarch 15, 2018 at 7:10 am #67898wensolutions
KeymasterHello @urbanestocks,
Your query has been answered below:
To change the font size of the menu use below given CSS.
.main-navigation ul li a { font-size: 17px; }To change the font family of the menu bar use below given CSS.
body.body-font-5 .main-navigation .container ul li a { font-family: 'roboto', sans-serif; }To change the color of the login bar use below given CSS.
#top-bar ul.menu { background-color: #7f4600e0; }To remove the grey line use below given CSS.
#top-bar ul.menu li a { border-right: none; }In above custom CSS change the color code and adjust the px as per your requirement.
Also, place all above custom CSS in Admin Panel > Appearance > Customize > Additional CSS.
Hope this helps.
Best Regards!!
March 16, 2018 at 3:03 am #67960MrStocks
ParticipantThank you so much! Is there a way to change the color of the whole top bar to black? The CSS only changed the part where the log in and register form is.
Also, is there a way to change the color of the text (log in and register) to white as well?
March 16, 2018 at 3:51 am #67961wensolutions
KeymasterHello @urbanestocks,
To change whole top bar to black use below given CSS.
#top-bar { background-color: #000; } #top-bar ul.menu { background-color: #000 !important; border-left: none; border-right: none; }Now to change the color of the text of login and register use below given CSS.
#top-bar ul.menu li a { color: #fff; }Hope this helps.
Best Regards!!
-
AuthorPosts
- You must be logged in to reply to this topic.





