Footer Menu Arrows on One Page Navigation Menu

Please refer to the following image for better explanation.

On the main homepage, the footer menu has arrows on every anchor if the same page. I will like to remove the arrows. How can I do it?

Hi @plusstorm

Thanks for writing in.

Add this in your custom CSS:

.widget_nav_menu .current-menu-item>a:after{
   display:none;
} 

Let us know how it goes.

Thanks.

Yes it is working. Thank you!

Glad that we could be of a help :slight_smile:

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