• Hi,

    I am trying to change that.
    Initially had the following code, but is not working properly…

    #header. header-links li a {
    font-family: fontawesome;
    font-size: 14x;
    font-style:italic;
    display: block;
    padding: 8px 14px;
    margin: 0px;
    }

    any idea?
    my website: indie-learning.com

    thanks,

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello oparaiso,

    To make the change you want you can achieve this using custom css. Please add the following custom css to your site via either a child theme or directly from the theme options panel under General Settings -> Custom CSS:

    #header. header-links li a {
    font-family: fontawesome !important;
    font-size: 14x !important;
    font-style:italic !important;
    display: block !important;
    padding: 8px 14px !important;
    margin: 0px !important;
    }
    

    I hope the above was helpful.

    Kind regards,

    Manoj

    Thread Starter oparaiso

    (@oparaiso)

    Hi Manoj,

    first of all, thank you for youe help.

    I typed that in the Custom CSS field via General settings but no change…

    any idea? thanks

    Thread Starter oparaiso

    (@oparaiso)

    Ok,

    I installed Jetpack for CSS addings and now it is working.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Changing font and size for the navigation menu’ is closed to new replies.