Little page image in front of the page name.

Forums Forums Menus Little page image in front of the page name.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #789
    Leo
    Member

    Dear Ryan,
      I was very pleased to discover your Multi-level Navigation plugin and installed it on my site http://ilovemaccabi.org/. I followed the directions and everything was quite simple.
    1. I installed plugin.
    2. I activated it.
    3. I changed the "Current design" to "Blue Dazzle" in https://geek.hellyer.kiwi/suckerfish_css/ and copied the code into Appearance box in the plugin.
      As you can see on the site (I use Firefox Mozilla 3) – the Nav menu works and has dropdowns. The only issue I have – each page name has a small page image in front of it that goes on top of the previous page name. Would you please help me to correct the problem?
    Thanks,
    Leo.

    #6041

    The code in the following file seems to be the problem: http://ilovemaccabi.org/wordpress/wp-co … 5.5%20RC-3
    [code:29lr1y10]
    li.nav_leaf,
    li.page_item
    {
    list-style-image: url(file.gif);
    }[/code:29lr1y10]

    If you remove li.page_item from that chunk of code your problem will be solved probably (I haven’t tested it):
    [code:29lr1y10]
    li.nav_leaf
    {
    list-style-image: url(file.gif);
    }[/code:29lr1y10]

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.