How to take out drop down menu arrow?

I am using integrity stack, and I want to take out a drop-down arrow symbol from the menu bar.
How can I do that?

Hello @koosang153,

Thanks for writing in! Are you referring to this:

If that is the case, you can get rid of this by adding this adding the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

.x-navbar .desktop .x-nav li>a>span:after {
    display: none;
}

Hope this helps.

Thank you!
That’s exactly what I needed!

You’re most welcome, @koosang153.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.