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?
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 
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.