- This topic has 5 replies, 2 voices, and was last updated 6 years, 8 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Home › Forums › Pro Themes › Graduate Pro › Menu Bar and LogIn Bar Question
Hi!
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!
Hello @urbanestocks,
Can you post your site URL so that we can provide the precise fix on this?
Thank you 🙂 .
Best Regards!!
Hello @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!!
Thank 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?
Hello @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!!
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |