• Resolved Kristian Bušta

    (@bustakristian)


    Hi,

    I’ve just created a dropdown menu on my website (články) and I don’t want the little triangle arrow next to it.
    I googled some solutions using additional CSS, but none of them worked for me.
    The used theme is Customify,
    please help!
    Thank you in advance 🙂

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello, bustakristian, if you’re referring to your main menu, then I would add this additional CSS code to remove the triangle arrow:

    ul#menu-primary span.nav-icon-angle {
        display: none;
    }

    Here is the CSS code in action:

    Thread Starter Kristian Bušta

    (@bustakristian)

    That is exactly what I was looking for, thank you very much!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘remove an arrow icon’ is closed to new replies.