Site logo

[Support request] Custom header design

Home Forums Support [Support request] Custom header design

Home Forums Support Custom header design

Viewing 3 posts - 16 through 18 (of 18 total)
  • Author
    Posts
  • #2198193
    David
    Staff
    Customer Support

    Swap the CSS for this:

    /* Mobile border */
    .main-navigation .inside-navigation {
        border-bottom: 1px solid #ccc;;
    }
    /* Desktop Border */
    @media(min-width: 769px) {
        .main-navigation .inside-navigation {
            border-top: 1px solid #ccc;
            border-bottom: none;
        }
    }
    #2198475
    Dev

    Hello,

    Can u please confirm?

    I’ve to remove the old below one CSS and then I add the new one. Right?

    .main-navigation .inside-navigation {
    border-top: 1px solid #ccc;
    }

    #2198709
    David
    Staff
    Customer Support

    Thats correct.

Viewing 3 posts - 16 through 18 (of 18 total)
  • You must be logged in to reply to this topic.