morepork Posted November 16, 2009 Share Posted November 16, 2009 Hiya,1) I'd like to be able to add a css dashed line to the New Products block between the name of each product, to divide them a little more, as some of my product names wrap onto 2 or more lines. Something like this (border-bottom: 1px dashed #cc3366;):new product name----------------------new product name----------------------new product name----------------------But I haven't been able to work out where to put it - I've tried putting it in global.css in new products block but it doesn't seem to change anything on the front office... Can anyone help out with the exact place to put it please - am I missing something?2) Where do I find the code for the solid line that appears beneath the top two images? Link to comment Share on other sites More sharing options...
morepork Posted November 17, 2009 Author Share Posted November 17, 2009 Sorry... forgot to post my Prestashop version - it's in my signature now Link to comment Share on other sites More sharing options...
alpaca Posted January 19, 2010 Share Posted January 19, 2010 Hi Morepork,In Global.css, find around line 1051 and add 1px dotted #yourline colour as below:.products_block dl { clear: both; border-top: 1px dotted #88774c; padding: 0.2em 0.4em;} 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