Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Page & Category Menu Bars »

Divider between Page Menu Bar items


  #1  
Old Sep 5, 2009, 09:11 AM
rebecca
 
1 posts · Sep 2009
Berlin
Hello,

I would like to have a '|' in between the items in the Page Menu Bar so that it would look something like this:

Home | News | CV | Maps | Contact

Does anyone know how I might do this?

Thank you in advance for your help.
  #2  
Old Sep 15, 2009, 03:38 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
You could add an image through a CSS Insert

div#menu1 ul.rMenu li a:link,
div#menu1 ul.rMenu li a:active,
div#menu1 ul.rMenu li a:visited,
div#menu1 ul.rMenu li a:hover {
background: url(/path/to/image.gif) no-repeat scroll center left;

}

div#menu1 ul.rMenu li:first a {
background-image: none !important;

}

This will probably require various other CSS changes to make it look like intended by you. I suggest to use Firebug for this. You'll need to edit the LI and the A

div#menu1 ul.rMenu li {
...
}

and

div#menu1 ul.rMenu li a:link,
div#menu1 ul.rMenu li a:active,
div#menu1 ul.rMenu li a:visited,
div#menu1 ul.rMenu li a:hover {
...
}
  #3  
Old Apr 8, 2010, 02:42 PM
jtsharp
 
23 posts · Mar 2010
Have any updates made it possible to do this without adding an image?
  #4  
Old Apr 9, 2010, 07:26 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
not as of 3.4.6
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Page Menu Bar - space between items Tamas Page & Category Menu Bars 12 Apr 13, 2010 06:52 AM
How to make Page Menu Bar items BOLD? PerryM Page & Category Menu Bars 3 Dec 3, 2009 09:03 AM
Aligning Page Menu items joaodagraca Page & Category Menu Bars 1 Aug 8, 2009 04:13 AM
Space between page menu items nymana Page & Category Menu Bars 7 Jul 28, 2009 07:42 AM
[SOLVED] Page Menu Bar - Strange Space Occurring Between Menu Items NealSchaffer Page & Category Menu Bars 2 Jun 20, 2009 10:18 AM


All times are GMT -6. The time now is 03:54 AM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.