How to change header menu font

Home Support Blog Way How to change header menu font

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #6643
    Anonymous
    Inactive

    How can I change header menu font.

    #6644
    ProDesigns
    Keymaster

    Hi @ahmad,

    You need to either create child theme to change menu font or use Blog Way Plus. You can find it here: https://themeforest.net/item/blog-way-plus-minimal-wordpress-blog-theme/19848313?s_rank=1

    #6645
    Anonymous
    Inactive

    I have a child theme and I changed:
    .main-navigation ul li a {
    color: #ffffff;
    display: block;
    font-family: ‘Droid Serif’, sans-serif;
    font-size: 17px; }

    But that didn’t work. Did I change the wrong thing?

    #6646
    ProDesigns
    Keymaster

    Hi @aju,

    Please provide us your site URL. We will check it and let you know.

    Thanks.

    #6647
    Anonymous
    Inactive
    #6648
    ProDesigns
    Keymaster

    Hi @aju

    Only the color is not working on your code. It is because color is overridden by other codes.

    Just add !important after color code. So your code need to be like color: #ffffff!important;

    Hope it will work.

    Thank you.

    #6649
    Anonymous
    Inactive

    The problem is that the

      size

    didn’t work. Adding !important didn’t help.

    Sorry to be a bother.

    #6650
    ProDesigns
    Keymaster

    Hi @aju,

    We cannot see the updated code on your site. Please remove your previous styles and use following CSS only

    #masthead .main-navigation ul li a {
        color: #ffffff!important;
        font-size: 17px!important;
    }

    Hope this will work.

    Thanks.

    #6651
    Anonymous
    Inactive

    Perfect! Many thanks.

    #6652
    ProDesigns
    Keymaster

    Hi @aju,

    We are happy to help you. Will you please manage some time to rate our theme at WordPress repo?

    You can give rating and feedback here https://wordpress.org/support/theme/blog-way/reviews/?filter=5

    Thanks.

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