Paulito Posted April 7, 2012 Share Posted April 7, 2012 Good morning all, I know I've asked something similar before but for some reason I cannot get it right. All I want to do is change the colour of the blocks on my site. I have opened my cpanel and gone to: public_html/themes/prestashop/css/modules/blocknewsletter then I highlight blocknewsletter.css and click the code editor tab and I get this: /* Block newsletter */ div#newsletter_block_left div.block_content { padding: 1em 0; text-align: center } div#newsletter_block_left div.block_content p { padding: 0.3em 0; text-align: center } div#newsletter_block_left div.block_content input.button_mini { margin: 1em auto 0em auto } I have looked at all the blocks on my site and cannot find anywhere where I can change the colours of the blocks. I know this is an easy question for you folk in the forum but it has me totally baffled. Hope you can help Paul Link to comment Share on other sites More sharing options...
El Patron Posted April 7, 2012 Share Posted April 7, 2012 Hi Paul, take a look at yourtheme/css/global.css Link to comment Share on other sites More sharing options...
Paulito Posted April 15, 2012 Author Share Posted April 15, 2012 Dear all, thanks for pointing me in the right direction for changing block colours. I have tracked down the global css file, it's so easy now I know, but after going through 1512 lines of coding I am still not sure which line I need to change the colours of my blocks. I know this is easy for you folk out there but for me ??? Your help as always is greatly needed and very welcome Paul Link to comment Share on other sites More sharing options...
jhnstcks Posted April 15, 2012 Share Posted April 15, 2012 Try looking for /* Default block style */ in the global.css file Link to comment Share on other sites More sharing options...
Recommended Posts