Menu fonts..
-
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 http://www.worksoppriory.co.uk and I’m talking about the dropdown menus under Our Parish, History and Services.
Thanks very much
-
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
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
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
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
The topic ‘Menu fonts..’ is closed to new replies.
