Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • malibu63 Friend
    #181659

    How do I remove the Bullet from the ‘Text Separator’ when displaying in a menu?

    With my old Joomla 1.5 site, JA Purity (I) used to do this by default … :confused:

    Saguaros Moderator
    #471047

    Hi there,

    Please open file: templatesja_purity_iicssmenumega.css at approx line 74
    Replace:


    ul.level0 li.haschild a.mega span.menu-title,
    ul.level0 li.haschild-over a.mega span.menu-title {
    background: url(../../images/arrow3.png) no-repeat left center;
    padding-left: 12px;
    }

    With:


    ul.level0 li.haschild a.mega span.menu-title,
    ul.level0 li.haschild-over a.mega span.menu-title {
    background: none !important;
    padding-left: 12px;
    }

    malibu63 Friend
    #471818

    Thanks for suggestion, unfortunately didn’t work :((

    Here’s the url to my dev site > http://staging.mynorthernbeaches.net/cars

    As you can see, the bullet is missing from ‘Text Separator’ which is at the top level … this appears to be default.

    However, the bullet still appears beside ‘General’ and ‘Specialty’ which are configured as separators on the next level.

    Saguaros Moderator
    #471878

    Hi malibu63,

    Please open file: /plugins/system/jat3/jat3/base-themes/default/css/menu/mega.css, at approx line 67:

    .ja-megamenu ul.level0 li.haschild a.mega span.menu-title, .ja-megamenu ul.level0 li.haschild-over a.mega span.menu-title {
    background: url("../../images/arrow3.png") no-repeat scroll left center transparent;
    padding-left: 12px;
    }

    Please remove the background.

    malibu63 Friend
    #472082

    Thanks for the suggestion, however didn’t seem to work … my ‘mega.css’ file as you suggested now looks like this:

    .ja-megamenu ul.level0 li.haschild a.mega span.menu-title,
    .ja-megamenu ul.level0 li.haschild-over a.mega span.menu-title {
    padding-left: 12px;
    }

    :((

    Saguaros Moderator
    #472101

    Hi again,

    Did you rollback the change of this background in file templatesja_purity_iicssmenumega.css at approx line 74?

    Please also remove background like my above suggestion (first reply).

    Regards.

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

This topic contains 6 replies, has 2 voices, and was last updated by  Saguaros 12 years ago.

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