[Resolved] navigation menu CSS rounded corner style question

Home Forums Support [Resolved] navigation menu CSS rounded corner style question

Home Forums Support navigation menu CSS rounded corner style question

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1172432
    Matthias

    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!

    #1172452
    David
    Staff
    Customer Support

    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;
    }
    #1172457
    Matthias

    Super nice! Thank you, David!

    #1172460
    David
    Staff
    Customer Support

    You’re welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.