Archived topic
Different size of menu items in navigation bar
3 replies · Started by Adrie on February 23, 2017
I want to be able to have different sizes in my navigation bar. I want the menu items to be 15 px large and the social icons and search icon 20 px.
Is there a way to make this possible or has everything to be the same size.
Thanks in advance
Hi Adrie,
First set the Font size to 15px in Customizer > Typography > Primary Navigation.
Then add this CSS to make the font awesome icons 20px:
.main-nav .fa {
font-size: 20px;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know.
Leo,
Thanks for your help. That worked. It's now as I wanted it.
Thank you
You're welcome!