starxox Posted August 21, 2010 Share Posted August 21, 2010 Hi thereI've got a lot of links on my information block on this site - http://www.psychicreadingbyphone.co.uk/ and so I think it looks a bit messy without some kind of bullet points - does anyone know how I could add bullet points to it?Many thanksLouisa Link to comment Share on other sites More sharing options...
razaro Posted August 21, 2010 Share Posted August 21, 2010 Try this div.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; } at global.css (line 1154)I used code from first block Link to comment Share on other sites More sharing options...
starxox Posted October 8, 2010 Author Share Posted October 8, 2010 Thanks so much for replying, I didn't get a notification from prestashop for some reason so just assumed noone replied! I'll give it a go and let you know. Louisa Link to comment Share on other sites More sharing options...
starxox Posted October 9, 2010 Author Share Posted October 9, 2010 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 More sharing options...
razaro Posted October 9, 2010 Share Posted October 9, 2010 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now