[Support request] CSS style in the button nav lost

Home Forums Support [Support request] CSS style in the button nav lost

Home Forums Support CSS style in the button nav lost

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1606347
    Jose

    By mistake I deleted the style for the button class “online-button” for the template Vinyasa.

    How can I add back in the code the class “online-button”? so the button in the nav will have again the css style

    Before:
    <li id=”menu-item-3433″ class=”online-button menu-item menu-item-type-post_type menu-item-object-page menu-item…

    Now:
    <li class=”menu-item menu-item-type-post_type menu-item-object-page menu-item-…

    #1606684
    David
    Staff
    Customer Support

    Hi there,

    try:

    @media (min-width:769px) {
        .main-navigation .main-nav ul li.online-button a {
            background-color: #ffffff;
            border: 2px solid #000000;
            color: #000000;
            line-height: 35px; /*this number will likely need to be adjusted*/
        }
    }

    Adjust you colors etc to what your need
    If you need further help – share a link to your site and explain the style you need.

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