• Resolved Neilr

    (@neilr)


    Hi,

    I wanted to ask if its possible to change the font in the drop down menus please as its currently Times New Roman, and the sidebar and content of the pages is Arial.

    My URL is https://www.worksoppriory.co.uk and I’m talking about the dropdown menus under Our Parish, History and Services.

    Thanks very much

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author weblizar

    (@weblizar)

    Hi

    Yes you can change the drop down menus font-family.

    Add the given custom css code in custom css box

    .dropdown-menu > li > a {
    font-family: "Montserrat",sans-serif;
    }

    Save the changes

    Thread Starter Neilr

    (@neilr)

    Hi,

    Thank you very much that worked, however is it possible to change the font so its not bold? I would like it more like the text in the body of my pages, and as sub menus I don’t want it as bold as the main menu headings if that makes sense?

    Thanks very much for your help so far, this is the second time I’ve posted a question on the forum, and I’m really pleased with the support, thank you ??

    Neil

    Theme Author weblizar

    (@weblizar)

    Hi

    Add the given custom css code in theme option custom css box.

    .dropdown-menu > li > a {
    font-family: "Montserrat",sans-serif;
    font-weight: bold !important;
    }

    Set your Font-weight as per your requirement.

    Fore example : Font-weight:800;

    Thanks

    Theme Author weblizar

    (@weblizar)

    Hi Neilr

    Add the given custom css code in theme option custom css box.

    .dropdown-menu > li > a {
    font-family: "Montserrat",sans-serif;
    font-weight: bold !important;
    }

    Set your Font-weight as per your requirement.

    Fore example : Font-weight:800;

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Menu fonts..’ is closed to new replies.