[Resolved] Button in Menu – Hover color issue

Home Forums Support [Resolved] Button in Menu – Hover color issue

Home Forums Support Button in Menu – Hover color issue

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1546473
    Walter

    I am trying to add a ghost-button inside the header navigation for a single navigation item.
    Almost everything works fine except the fill of the Hover color.

    This Hover color expands beyond the border of the button towards the top and bottom of the navigation header itself.
    I probably do something wrong in the additional CSS that is as follows:

    (p.s. the site URL is in the private info)

    =======================================================
    /* login/logout button in menu */

    #menu-item-21522 {
    border: 2px solid #d3ae48;
    border-radius: 5px;
    }

    #menu-item-21522 a {
    padding-left: 50px;
    padding-right: 50px;
    margin-top: -15px;
    margin-bottom: -15px;
    }

    #menu-item-21522:hover a {
    background-color: #d3ae48;
    color: #ffffff;
    }
    =========================================================

    Maybe you can help me, it has probably nothing to do with GeneratePress though ?

    regards, Walter

    #1546549
    David
    Staff
    Customer Support

    Hi there,

    use the method provided here:

    https://docs.generatepress.com/article/adding-buttons-navigation/

    Then let us know if you need help with the spacing around it.

    #1546654
    Walter

    David, thanks for pointing me to that, it works fine.

    regards, Walter

    #1546683
    David
    Staff
    Customer Support

    Glad to hear that

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