Hide postbullets.png in Artisteer theme after apply AdminMenu Style

This is an open forum for any mojoPortal topics that don't fall into the other categories.

This thread is closed to new posts. You must sign in to post in the forums.
10/13/2010 7:20:12 AM
Gravatar
Total Posts 101

Hide postbullets.png in Artisteer theme after apply AdminMenu Style

Hi,

I have upgrade my site to the new 2.3.5.4 and applied the:

<file cssvpath="/Data/style/adminmenu/style.css" imagebasevpath="/Data/style/adminmenu/">none</file>

To my style.config for my custom skin.

All looks good except for a minor issue.

It displays 'postbullets.png' next to each square menu item (ie. Its an artisteer converted theme).

What should I do to stop the postbullets.png appearing on the adminmenu ?

Thanks

Andrew

10/13/2010 9:14:54 AM
Gravatar
Total Posts 2239

Re: Hide postbullets.png in Artisteer theme after apply AdminMenu Style

In your style-overrides.css file (or style.css) you need to add the following:

div.adminmenu .simplelist li {background: none;}

HTH,
Joe D.

10/13/2010 3:01:48 PM
Gravatar
Total Posts 101

Re: Hide postbullets.png in Artisteer theme after apply AdminMenu Style

Perfect... Thankyou very very much..

You must sign in to post in the forums. This thread is closed to new posts.