Archived topic
Primary Menu
1 reply · Started by Dylan on July 17, 2018
Recently I purchased generatepress premium and im not sure how to change my font for my dropdown menu. I dont want to change my Main Nav, just when I click the main Nav the sub categories I would like to decrease the font size, I hope that makes sense. Also Im curious as to how you can change the dropdown Icon, My main Nav menu currently says MENU and next to it displays a dropdown arrow and I would like instead of a dropdown arrow to make it a hamburger icon! I hope this makes sense and im looking forward to your feedbacck!
Hi there,
Try this CSS:
.main-navigation .main-nav ul ul li a {
font-size: 15px;
}
.dropdown-menu-toggle:before {
content: "\f0c9";
font-family: GeneratePress;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/