- This topic has 3 replies, 3 voices, and was last updated 6 years, 4 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › Pro Themes › Elead Pro › Menu color and font
Tagged: menu
How do I change the font and color of the menu text?
Hello @lisa-garner,
To change the font of the text of the menu use below given CSS.
For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.
.main-navigation ul li a {
font-family: 'cursive', serif;
}
Change the font family as per your requirement.
Now to change the text color of the menu use below given CSS.
.main-navigation ul li a {
color: #a1f9f5;
}
Here change the color as per your requirement.
Hope this helps.
let us know if you have any confusion further.
Best Regards!!
Is there any way to define the theme color in the Additional CSS screen? The handful of color options that come with the theme do not fit with my logo and aesthetic decisions.
Hello @zgroff24,
First of all thank you very much for using the theme.
Yes, you can definitely add the custom CSS for changing the color of different parts of the section by going to Admin Panel > Appearance > Customize > Additional CSS.
But since different parts require different custom CSS so the CSS to be included will be long so you can go through the child theme instead. You can add any amount of custom CSS to your child theme style.css.
Hope this helps.
PS: Please create your own ticket so that it would be easy for us to follow up your answers.
Thank you.
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. |