Site logo

Archived topic

navigation menu CSS rounded corner style question

3 replies · Started by Matthias on February 21, 2020

Viewing posts 1–4 of 4

Hey there,

thank GeneratePress my website v2 will be faster than before. Really great!

Is there a chance when collapse a menu that only in this case the rounded corners will not be shown? (the in screenshot red marked corners should not be rounded)

And is it possible to set the in screenshot marked green corners with rounded corners?

Screenshot, Website, navigation menu, rounded corner CSS question

Many thanks!

Hi there,

try this CSS:

.main-navigation .main-nav ul li.menu-item-has-children>a {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;   
}

.main-navigation ul ul {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

Super nice! Thank you, David!

You're welcome

This archived topic is closed to new replies.