Archived topic
Menu button
4 replies · Started by John on December 20, 2020
Hello,
I want to make menu button as you can see i got this far: see link website 1.
The code i added already is:
#menu-item-14510 {
border-radius: 10px;
padding: 0px 10px;
margin-left: 9px;
margin-top: 9px;
margin-bottom: 9px;
}
#menu-item-14510 {
background-color: #fc662a
}
#menu-item-14510:hover {
background-color: #fc662a;
}
}
#menu-item-14510: {
font color: #FFFFFF;
}
But the button is too big, it needs to be smaller at the top and bottom and the letters arent white but gray i want them white but cant figure this out. I also want the "login" to be a button.
Check this "website 2" for the 2 buttons, but cant figure out how they did it there.
anyone knows?
Hi there,
follow this guide for adding menu buttons:
https://docs.generatepress.com/article/adding-buttons-navigation/
Repeat this for each of the buttons, be sure to give each button a unique CSS class.
Once thats in place i can help tweak the CSS to give you the two styles you need.
okay thanks, il do that
You're welcome