StyledThemes

Menu Font

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #17411
    Diana Cobb
    Participant

    Hi There,

    Could you help me change the font of my menu items by giving me the appropriate css code to enter in my child theme’s stylesheet?

    Thank you in advance!

    Diana

    #22994
    Binaya D
    Participant

    Hi Diana,

    Please use the following css to fix your issue:

    .lavish_menu {
        font-family: cursive;
    }

    Thanks

    #22997
    Diana Cobb
    Participant

    Thank you for your reply. I added the following code to my child theme’s stylesheet:

    .lavish_menu {
    font-family: ‘Sorts Mill Goudy’, serif !important;
    }

    But, my menu font did not change….

    #22998
    Binaya D
    Participant

    Hi There,

    We have kept your css and it seems that your issue as been fixed, so please check once.

    Thanks

    #23020
    Diana Cobb
    Participant

    Yes, it worked! It didn’t immediately reflect on my browser. Sorry to bother! Thanks!!!

    #17412
    Binaya D
    Participant

    Hi Diana,

    You are welcome! 🙂 Feel free to contact us whenever you need any help. We are happy to provide solution asap.

    Thanks

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