Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Alice Ching Friend
    #159593

    Hi. When I added sub categories to the category menu, the style is not consistent with the main menu. When you mouse over the sub-category, there are three spacess added (     ). This does not look consistent with the main menu. How do I make it look like the main menu.

    Thanks,


    1. Untitled-1
    Sherlock Friend
    #374701

    Dear vertex615,

    Can you post your url here, where i can see the issue?

    Alice Ching Friend
    #374771

    Hi, Sorry my website is set up locally You will not be able to see it. But if you create a subcategory inside virtuemart then you will see this on the menu.

    thanks

    Hayden A Friend
    #375330

    When you created the subcategory in Virtuemart, it automatically generated tags     &nbsp for distinguish between sub categories and category.
    If you want it to look like the main sub categories menu, you open the file templates ja_zeolite_ii css ja.vm.css add:

    [PHP]a.sublevel {
    background: url(../images/mainlevel-bg.gif) repeat-x right bottom;
    display: block;
    outline: none;
    padding: 5px 0 5px 0;
    margin: 0;
    text-decoration: none;
    color: #666666;
    text-indent: -10px;
    }

    a.sublevel:hover, a.sublevel:active, a.sublevel:focus {
    background: url(../images/mainlevel-hover.gif) repeat-x right bottom;
    text-decoration: none;
    color: #C01122;
    }

    a#active_menu.sublevel {
    text-indent: -10px;
    }[/PHP]

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 3 voices, and was last updated by  Hayden A 13 years, 9 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum