This is an open forum for any mojoPortal topics that don't fall into the other categories.
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
In your style-overrides.css file (or style.css) you need to add the following:
div.adminmenu .simplelist li {background: none;}
HTH, Joe D.
Perfect... Thankyou very very much..