Can the sitemap bullet points be altered or erased?
Can the sitemap bullet points be altered or erased?
Tx,
http://www.zen-cart.com/forum/showthread.php?t=4762
Just look at the bottom of this page for similar issues![]()
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL, Domain, and MagicThumb with semi-annual and longer hosting
Thanks, but I am not very fluent in php yet. Can you tell me what part of the code to change to get rid of the "empty" bullet points on the sub cats?
Tx,
This will be executed in the stylesheet.css and a small graphic image you develop in photshop
- includes/ templates/ your_template/ css/ stylesheet.css
- add this declaration to the bottom of the sheet
- #siteMapList ul {list-style-position: outside;
list-style-image: url(../images/bullet_sitemap.gif);}- the highlighted red font above is now the process to use photoshop and create your bullet image (use 15 x 26)
- now use your ftp program to upload this image to root/images folder
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL, Domain, and MagicThumb with semi-annual and longer hosting
I would like to that it worked, but it did not. Can I just remove the "empty" bullet points?