Jump to content

[SOLVED] How to add bullets to the information block module?


starxox

Recommended Posts

  • 1 month later...

That's wonderful, it has worked really well, thanks so much!

One question tho, this changes all modules to be like this, so I tried it on my other shop which (unlike this one) has a recently viewed products module as well as the products featured on home page module, and it added bullet points to that. Anyone know if its possible to only get it to affect a particular block?

Link to comment
Share on other sites

Add this code to global.css

div#informations_block_left.block li {
background:url("../img/menubullet.gif") no-repeat scroll 0.6em 0.5em transparent;
list-style-position:outside;
padding:0.2em 0 0.2em 2em;
}


and remove background from previous post.

div.block li {
list-style-position:outside;
padding:0.2em 0 0.2em 2em;
} 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...