• Resolved JoshiesWorld

    (@joshiesworld)


    I am now into 3-4 times paying (every 6mo) for shift pro.

    I would like to know how or CSS or code or where that I can hide the down-arrow in the menu? You know the down arrow thing right on the side of a link/menu, I’d like to rid of that if possible. Thanks so much!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Thanks for being a loyal Shift Pro user!

    This CSS will hide all dropdown arrows found in the primary menu:

    .site-header .toggle-dropdown {
      display: none;
    }

    Please copy & paste the code above into the “Additional CSS” section in the Customizer (Appearance > Customize), and it will take effect right away.

    Thread Starter JoshiesWorld

    (@joshiesworld)

    Sorry for a very late response but thank you so much for the help!

    Theme Author Ben Sibley

    (@bensibley)

    No worries, glad that helped ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Shift Pro: Menu Drop-list Arrow Hide’ is closed to new replies.