Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #858814

    speester
    Participant

    Example

    http://themes.themegoods2.com/grandrestaurant/

    The word “reservation”

    #858820

    speester
    Participant
    This reply has been marked as private.
    #859163

    Thai
    Moderator

    Hi Nelson,

    Try adding the following CSS under Customizer > Custom > Edit Global CSS:

    #menu-item-312 a {
        padding-top: 25px;
    }
    #menu-item-312 a span {
        border: 2px solid #fff;
        padding: 10px;
    }
    .x-navbar-fixed-top #menu-item-312 a {
        padding-top: 20px;
    }
    .x-navbar-fixed-top #menu-item-312 a span {
        border-color: #000;
    }

    Hope it helps 🙂