[Support request] Background menu like buttons with round borders

Home Forums Support [Support request] Background menu like buttons with round borders

Home Forums Support Background menu like buttons with round borders

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #769293
    Jagoba

    Hi,

    I would like to have a solid background with round corners in the menu items when hover.

    Could you please help me?
    Thanks!

    #769303
    Leo
    Staff
    Customer Support

    Hi there,

    Does something like this help?
    https://docs.generatepress.com/article/adding-buttons-navigation/

    Let me know ๐Ÿ™‚

    #769345
    Jagoba

    Hi!

    Not really…my English is not the best…I would try to explain it better ๐Ÿ˜‰
    I mean that I would like to have a button appearance only when I pass over the menu item…

    #769356
    Leo
    Staff
    Customer Support

    Not quite sure if I can picture this.

    Can you provide an example?

    #769650
    Jagoba

    Something like this menu:
    https://www.mimedicoonline.es/

    #769932
    David
    Staff
    Customer Support

    Hi there,

    you can just give the menu items a border radius and some margin with this CSS:

    .main-navigation .main-nav ul li a {
        border-radius: 25px;
        margin-right: 15px;
    }

    Then adjust your Colors > Primary Navigation and set the background color to transparent or the same as your navigation / header. Then set you hover and current colors.

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