Site logo

Archived topic

Header Menu Customisation

38 replies · Started by GeneratePressUser on March 20, 2022

Viewing posts 1–15 of 39

Hello Generatepress Team,

It's been a long time, hope you all are doing good.

Pls check the private box

Thanks for that Leo, can you pls tell the css to make the look proper, like you can compare both the pages the current look is not the same, specially for the login and register button and spacing and all.

Try adding this CSS:

@media (min-width: 769px) {
    .main-navigation li:last-child {
        margin-left: 20px;
    }
}

Hey Leo,

Thanks for that. Pls see private box.

Hey Leo,

That's already enabled.

That css I am already using on the website.

That css I am already using on the website.

Not sure if I fully understand - it's not what I'm asking.

Can you follow my exact instructions here?
https://generatepress.com/forums/topic/header-menu-customisation/#post-2161350

Then you can remove this CSS as well:

li#menu-item-208 {
border: 1px solid;
border-color: #366EFF;
border-radius: 5px;
}

li#menu-item-208 a:hover {
background: #366EFF;
color: #fff;
text-decoration: none;
}

li#menu-item-209 {
background: #366EFF;
color: #fff;
border-radius: 5px;
}

li#menu-item-209 a:hover {
background: #0080ff;
color: #fff;
border-radius: 5px;
text-decoration: none;
}

Oops sorry I thought u told to add that, my bad, ok all done.

Now you can see just on active button the hover underline is not there as you can see in the private box image.

Hey Leo,

Yes that is already removed.

This archived topic is closed to new replies.