Okay
  Public Ticket #1980243
Modify Navbar
Closed

Comments

  • Stephen Hammock started the conversation

    Hi, thanks for your previous replies. I can't figure out how to remove the "Period" inserted in the main menu "Anchor" tag. Can you please advise?

  •  840
    Jelly replied

    Hello,

    Please go to main.css and add this at the end:

    .navbar-default .navbar-nav>li>a:before {
        content: none !important;
    }

    Best Regards,
    Jelly Team