I want to delete the image bullet-1.png. I have put in my custom.css the following code:
.container-main ul li { background: none; }
But it does not work. Please help.
Hi carlucci
I added in your index.php file reference for custom.css file , it was missing before
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template; ?>/themes/<?php echo $color;?>/css/theme.css" type="text/css" media="all" /> <link rel="stylesheet" href="<?php echo $tplcsspath ?>/custom.css" type="text/css" media="all" />
As stated in THIS THREAD
Regards
pavit Thank you very much Pavit! Close please the thread.