Okay
  Public Ticket #3492725
Menu design
Closed

Comments

  • Sarah started the conversation

    Could you please help me add a black forward slash between each menu item.

    Example HOME   /   ABOUT   /   CONTACT

  •  8,839
    Tahir replied

    Hey Sarah,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    #header-outer:not([data-format=left-header]) #top>.container>.row nav>ul>li:not(:last-child):after {
        content: "/";
        position: relative;
        top: -10px;
        color: #c93632 !important;
    }

    Thanks


    ThemeNectar Support Team