How to Hide / Remove Sub Menu Indicator

Hello,

I have searched high and low for a way to hide the sub menu indicator on the main menu bar
http://xyno.co.za/stabulum/

If at all possible I would like to completely remove this to deal with the empty space the indicator will leave.

I appreciate your help!

Regards
Ronald.

Hi There,

Thanks for writing in!
Please add this CSS to your X-> Theme Option CSS and let us know how this goes.

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

Thanks

Wow! Just like that… Done. :grin: It solved my problem.
Thank you @basanta I appreciate the quick help!

Ronald.

You’re most welcome.

Here are some reference links related to the suggestions above that you might want to check:

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