brooks
asked 11 years ago

Hi,

Is there a way to remove the little down-arrows next to the main menu items?

1 Answers
DominicStaff
answered 11 years ago

Hello Brooks !
To remove the down-arrows on the main menu, you can log in to Dashboard > Theme > Customize > General Setting an add the following code:

 

<style>

.navbar .nav .menu-parent-item > a:after {

    content: "";

}

</style>

Hope this helps!
Regards,
Dominic

brooks
replied 11 years ago

Thanks, that worked — except now there is a space where the arrow used to be. Can I get rid of that?

brooks
replied 11 years ago

Nevermind, I figured it out.

Powered by DW Question & Answer Pro