Remove down-arrows from header menu

Posted in: Newspaper
Post count: 91

Hi

How can I remove the down-arrows from the main menu (appears if the menu item has sub-items)?

Thanks!

Are

Post count: 854

hi

use this css code:


.sf-menu > li > a .sf-sub-indicator {
    display: none;
}

here: http://screencast.com/t/nE2MoSzqydp

Thanks for you message.
Radu A.

Post count: 91

Great, but: It removes the sub-indicators, but not the extra space created between two items with sub-indicators… This fix thus makes the space between the menu items uneven…

Post count: 3343

Uppss,
You can remove the space to, add this CSS

.sf-menu a.sf-with-ul {
padding-right: 11px;
}

Thanks!

Post count: 18

Hi, i try your advise and that second option dosen’t work 🙁

My menu: http://www.screencast.com/t/nJTUIJkOsqQB

My CSS settings: http://www.screencast.com/t/vCB0eq6uZWO
So how can I remove extra space?

Thanks for reply.

Post count: 91

I have the same question as gettinenglish: How can i remove the extra space?

Post count: 3343

Try with important

.sf-menu a.sf-with-ul {
padding-right: 11px !important;
}

For me works fine. Give me your site URL to see the issue.

Post count: 18

Hi,
With important works great!
Thank you !

Viewing 8 posts - 1 through 8 (of 8 total)
The forum ‘Newspaper’ is closed to new topics and replies.