-
AuthorPosts
-
October 24, 2012 at 11:03 am #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 ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
October 25, 2012 at 4:59 am #471047Hi 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;
}
November 3, 2012 at 6:40 am #471818Thanks 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 ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
November 5, 2012 at 2:49 am #471878Hi 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.
November 6, 2012 at 9:41 pm #472082Thanks 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 ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
November 7, 2012 at 2:20 am #472101Hi 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.
-
AuthorPosts
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