Home Forums Pro Themes Elead Pro Menu color and font

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #69537
    lisa.garner
    Participant

    How do I change the font and color of the menu text?

    #69563
    wensolutions
    Keymaster

    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!!

    #75171
    Zachary Groff
    Participant

    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.

    #75210
    wensolutions
    Keymaster

    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!!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.