Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • aspisiak Friend
    #131773

    After adding the second-level menu items to VirtueMart menu (i.e. submenu), the items doesn’t look like the Joomla submenu items (as it is in “LAYOUTS” – with bullets on left and no underline decoration). The VM menu now is without bullets and indented to right and showed underlined on hover). And there is also a small down-left arrow after the item name when the item is selected. How can I make the VM and Joomla main menu look the same?

    Sherlock Friend
    #263813

    Hi aspisiak !
    Please send url of your site.

    aspisiak Friend
    #263850

    The site ist here: http://www.handsfree.sk/jamesolite/

    Meanwhile I tried to figure out where is the menu defined and found it is in ja.vm.css (under Categories Module). But there it seems the sublevel is not defined, so it inherits the layout from the default VM template (I just guess. I am not a big programmer). Anyway, I think, the VM menu (Categories) layout should be defined the same way as it is for the Joomla main menu.

    Sherlock Friend
    #263865

    Hi !
    Please add following code section to template.css file in templates/ja_mesolite/css folder :


    a.sublevel {
    background:#FFFFCC url(../images/bullet.gif) no-repeat scroll 18px 14px !important;
    border:medium none;
    font-weight:normal !important;
    padding-left:26px !important;
    outline-color:-moz-use-text-color;
    outline-style:none;
    outline-width:medium;
    padding:8px 15px 9px;
    text-decoration:none;
    color:#666666;
    display:block;
    }

    aspisiak Friend
    #263871

    Thanks for answer, that’s much closer but still few bugs:

    1. The yellow color background is not spread under the whole active menu block
    2. When a submenu item chosen, the parent main level item is going inactive (white background, normal text) – is should be w/ yellow bkg + bold text as active item
    3. Also when submenu item is active, the text color should be changed to red (as active items are)

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

This topic contains 5 replies, has 2 voices, and was last updated by  aspisiak 16 years, 3 months ago.

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