Menu
Unwanted Icon on the right of NAV menu items
Last Post 9/20/2011 12:33 PM by Deleted User. 0 Replies.
Sort:
PrevPrev NextNext
Author Messages
Deleted User
New Member
New Member
Posts:62


--
9/20/2011 12:33 PM  Quote  Reply  
On many DNN sites a new icon appeared mysteriously on the right of the menu items in a default NAV menu that lkks rather like a head and shoulders wearing a spy's hat. This icon is caused byt the style of the nav menu which is caling for a wingding font family. Here is how to remove it.
Go to Site Settings, Stylesheet editor
Scroll down near the bottom, locate the class for
.MainMenu_MenuArrow {
}
Here is the default class items in there:
FONT-FAMILY: webdings; COLOR: #ff0000; FONT-SIZE: 10pt; BORDER-TOP: #ffffff 0px solid; CURSOR: pointer; BORDER-RIGHT: #ffffff 1px solid
We are going to change the font family so that the webdings are not used. Like this.
.MainMenu_MenuArrow {
FONT-FAMILY: Arial;
}
Save the stylesheet editor,
Save the site settings.
Refresh your browser.
Add Reply

Quick Reply
toggle
Username:
Subject:
Body:
Security Code:
CAPTCHA image
Enter the code shown above in the box below.