Okay
  Public Ticket #483348
Mobile Nav space line color change
Closed

Comments

  • Boris started the conversation

    Hi,

    How can I change color of divider lines between menu items in mobile navigation?

    Screenshot attached

  •  8,987
    Tahir replied

    Hey ,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    #mobile-menu ul li a {
        border-color: #fff !important;
    }

    Thanks



    ThemeNectar Support Team