simpson7647 Posted February 27, 2011 Share Posted February 27, 2011 Hi all, i'm looking to change the colour of the different block backgrounds,Below is an image with the blocks highlighted to show you what i mean,http://img811.imageshack.us/i/lookingtochangee.png/Thinking about changing the background to a light colour like grey or something so please help me out.kind regards,Ryan Link to comment Share on other sites More sharing options...
MrBaseball34 Posted February 28, 2011 Share Posted February 28, 2011 Global.css, see:div.block .block_content around line 968 (in 1.3.1) Link to comment Share on other sites More sharing options...
simpson7647 Posted February 28, 2011 Author Share Posted February 28, 2011 thanks for the reply,I have version 1.3.1Hmm what block is that for?as i guess there will be different ones for each or what?And what bit do i have to edit?Many thanks Link to comment Share on other sites More sharing options...
MrBaseball34 Posted February 28, 2011 Share Posted February 28, 2011 Several blocks use the same selector. This one, specifically, is for the categories block. Link to comment Share on other sites More sharing options...
simpson7647 Posted February 28, 2011 Author Share Posted February 28, 2011 thanks for the reply MrBaseBall, you seem to be the only one replying to my posts now days so thankyou So that one is for categories but what about the others like: tags, cart, products, information, special, top sellers and newsletters?Many thanks indeed Link to comment Share on other sites More sharing options...
MrBaseball34 Posted March 1, 2011 Share Posted March 1, 2011 Yeah, it is pretty difficult to get help around here. They must not believe their product is very good, otherwise they'd pe clamoring over themselves to help out people with problems.The French have a very funny way of thinking about software. I guess they really mean it is open-and-forget .vs open-source.As I said, many of them use the same selector. Several of them use a background image, too.Your best bet is to use Firefox and download the Firebug plugin. You then go to your store, right-click on thepart you want to look at and then select Inspect Element. A box will pop up from the bottom of your browser and show you the HTMLand CSS used for the particular element. If you are working on a theme, this is invaluable because it tells you which line in the CSS to go to.Here is how it looks for the manufacturers block on the Prestashop demo store: Link to comment Share on other sites More sharing options...
simpson7647 Posted March 1, 2011 Author Share Posted March 1, 2011 thankyou very much for the reply So to change the image, regarding what you have about firefox and how to see the code, Id simple change the /img/block_bg.jpg??So upload image say called imag1.jpg to the /img/ location and then change that to /img/imag1/jpg??So if this is correct, is it the same for all the blocks?Many many thanks indeed Link to comment Share on other sites More sharing options...
Recommended Posts