• Resolved johnzoro

    (@johnzoro)


    Is there a way of removing the “v” from the menu if there’s a sub menu?

    No biggie if we can’t, I just don’t want it.

Viewing 6 replies - 1 through 6 (of 6 total)
  • bdbrown

    (@bdbrown)

    Hi johnzoro. Give this css a try:

    .main-nav .dropdown-menu-toggle {
        display: none;
    }
    Thread Starter johnzoro

    (@johnzoro)

    That works but it’s made it really not wide

    https://www.casinocrew.co.uk check out “offline casinos”

    Thread Starter johnzoro

    (@johnzoro)

    it looks like a bit on the right has been cut off

    bdbrown

    (@bdbrown)

    Try replacing the above css with this:

    .main-nav .dropdown-menu-toggle:before {
        content: "";
    }

    And add this:

    .menu-item-has-children .dropdown-menu-toggle {
        padding-right: 5px;
    }
    Thread Starter johnzoro

    (@johnzoro)

    That fixed it!

    Ace!

    Thank you so much!

    bdbrown

    (@bdbrown)

    You’re welcome; glad to help.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Nav Menu’ is closed to new replies.