Customize the Nav Bar
Best Answer Rob , 21 March 2012 - 02:00 AM
To answer your query about adding an image into a custom menu link, the answer is quite simple, and I've done this many times. You craft your image link outside the menu, like a Notepad. Creating something like
<img src="http://www.YOURSITE.com/wp-content/uploads/2012/03/YOURIMAG.png" border="0" valign="middle" height="12" width="10">Make sure you uploaded the image first, of course. See this in action at http://www.epicurus.com/dining
Under Custom Links, add # where the URL should go, then, copy the entire image URL from the Notepad and add it to the Label field. Save it. Then, slide that menu item up to where you want it placed. Repeat and add this in front of each parent level menu item and one at the end.
You can also do it by following the basic guidance here: http://www.pagelines...-customizations
You put a CSS class... a unique term, in the CSS field. Something like 'jkmenu' (without the single quotes) goes in there, and then later when you're preparing any custom CSS to apply specifically to that class, it will only apply to the items with that class.
If the font is uploaded and is found in your Typography section, you may certainly apply it to the code I provided. What you cannot add are fonts found on your own computer that don't match ones in your Typography section. Why? Because they won't necessarily be found on the visitor's computer. If the font loader plugin gets those fonts into the Typography section, great! If not, I'd not recommend using those fonts.
If you're using PageLines Framework, our Google Fonts plugin just became free on St. Patrick's Day. You might want to use that and add a font found there. I believe there are hundreds of new fonts. Go to the full post
#1
Posted 19 March 2012 - 09:34 PM
#2
Posted 20 March 2012 - 02:52 AM
#3
Posted 20 March 2012 - 08:20 PM
#4
Posted 20 March 2012 - 08:39 PM
Have you tried creating a custom menu item with a graphic of the dot and no link?
Lastly, have you looked at the CSS options inside the menu items? Click Screen Options at Dashboard > Appearance > Menus and you'll see you can add CSS specific to your menu items. Check the box for CSS Classes. Each menu item will then have an option to add specific link CSS.
As for the font for the menu:
This is the default generated through your settings:
.font-sub, ul.main-nav, #secondnav, .metabar, .subtext, .subhead, .widget-title, .reply a, .editpage, #page .wp-pagenavi, .post-edit-link, #wp-calendar caption, #wp-calendar thead th, .soapbox-links a, .fancybox, .standard-form .admin-links, .pagelines-blink, .ftitle small {
font-family: "Lucida","Lucida Sans","Lucida Sans Unicode",sans-serif;
letter-spacing: 0.1em;
text-transform: uppercase;
}
Just copy that to your Custom Code in CSS Rules and change the Lucida, Lucida Sans, Lucida Sans Unicode and sans-serif to the fonts you wish. Remember there's a priority to this list. The first one, left to right (Lucida) is the primary font choice, then each is secondary if the one before is not found. Select the fonts available ONLY from the list in your Typography section. Change the spacing and transform as you wish.
#5
Posted 20 March 2012 - 09:31 PM
#6
Posted 20 March 2012 - 09:33 PM
#7
Posted 21 March 2012 - 02:00 AM Best Answer
<img src="http://www.YOURSITE.com/wp-content/uploads/2012/03/YOURIMAG.png" border="0" valign="middle" height="12" width="10">Make sure you uploaded the image first, of course. See this in action at http://www.epicurus.com/dining
Under Custom Links, add # where the URL should go, then, copy the entire image URL from the Notepad and add it to the Label field. Save it. Then, slide that menu item up to where you want it placed. Repeat and add this in front of each parent level menu item and one at the end.
You can also do it by following the basic guidance here: http://www.pagelines...-customizations
You put a CSS class... a unique term, in the CSS field. Something like 'jkmenu' (without the single quotes) goes in there, and then later when you're preparing any custom CSS to apply specifically to that class, it will only apply to the items with that class.
If the font is uploaded and is found in your Typography section, you may certainly apply it to the code I provided. What you cannot add are fonts found on your own computer that don't match ones in your Typography section. Why? Because they won't necessarily be found on the visitor's computer. If the font loader plugin gets those fonts into the Typography section, great! If not, I'd not recommend using those fonts.
If you're using PageLines Framework, our Google Fonts plugin just became free on St. Patrick's Day. You might want to use that and add a font found there. I believe there are hundreds of new fonts.
#8
Posted 22 March 2012 - 08:43 PM
#9
Posted 22 March 2012 - 08:45 PM
#10
Posted 23 March 2012 - 12:05 AM










