Shape 5

Joomla Templates => Helion - Club => : Sponni January 06, 2015, 08:56:50 AM



: Remove arrow next to main menu items
: Sponni January 06, 2015, 08:56:50 AM
Hi,
Is there a way to remove the little arrow that appears next to a main menu item when there is a sub-menu present ?

Best wishes,
Bragi


: Re: Remove arrow next to main menu items
: mikek January 06, 2015, 12:44:46 PM
Hello,

Something like this in custom.css should remove it:

.mainParentBtn a {
background: none !important;
padding-right:0px !important;
}