Archived topic
Header (Menu) settings
1 reply · Started by bigbangfood on March 15, 2022
Viewing posts 1–2 of 2
Hi, could you help me to remove the centred effect of the menu when the sticky is activated? and to change the colour of the menu items when I'm in fixed menu.
Hi there,
You can try this CSS to make the logo and menu goes to the side:
nav#sticky-navigation .inside-navigation {
justify-content: space-between;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
You can change its color at customizer > colors > Primary navigation.
Let me know if you need further assistance :)
This archived topic is closed to new replies.