Toggle navigation
Webriti Support Forum
Categories
Discussions
Activity
Sign In
Home
›
WordPress Premium Themes
›
elitepress
Font Menu
t3live
November 2018
in
elitepress
Hello,
How to change the font of the topmenu?
Kind regards,
Pim
Comments
imraz
November 2018
Hi,
@t3live
You can use any font related plugin to change the font of the site or just specific section of the site. I would recommend to use
Easy Google Fonts
plugin or
Font Organizer
plugin for the same.
Thanks
t3live
December 2018
Hello Imraz,
Is there an easier way? I just want the font smaller in the menu on www.t3live.nl It takes a lot of horizontal space....
Kind regards,
Pim
imraz
December 2018
edited December 2018
Hi,
@t3live
For menu font size you can try to paste the below custom CSS in the theme's
custom CSS box
:
/*menu font size*/
.navbar-nav > li > a {
font-size: 13px;
}
/*menu font size*/
You can change the value 13 increase or decrease to change the font size
Let me know did it work!
Thanks
t3live
December 2018
Hi Imraz,
And the font-color and fonttype?
Kind regards,
Pim
t3live
December 2018
And the space between the items?
;-)
imraz
December 2018
Replace the previous CSS with the below:
/*menu font size*/
.navbar-nav > li > a {
font-size: 13px;
font-style: italic;
font-family: 'Lato';
color: #529807 !important;
padding: 15px 14px;
}
/*menu font size*/
*Change the value 15 to increase/decrease the space b/w the menu links.
*Can change the color code
*font-style to any:
italic,
oblique,
normal etc.
Let me know did it work!
Thanks
t3live
December 2018
Thanks, it works!
Kind regards,
Pim
imraz
December 2018
Glad to help you!
You can rate us
HERE
if you like our
Theme & Support
.
Thanks
This discussion has been closed.
Comments