Marlow Beauty Posted April 12, 2009 Share Posted April 12, 2009 Hi guys, I'm pretty rubbish at this, so Im not straying far from the regular prestashop theme....I would however just like to change a couple of colours, such as changing the default red price text to something a little more pink...where do find the code for this bit? Any ideas would be great, thanks, ive tried having a look at the code, but I can't work out which one it is, and I don't want to to play toooo much...ps, the shop is at www.marlowbeauty.com I would also LOVE to change the cart colour to a deep purple...how simple is this? Just locating the css that defines the bg colour or something? Please give me a few pointers, would be forever indebted! Cheers Prestapeople Link to comment Share on other sites More sharing options...
cerberus22 Posted April 12, 2009 Share Posted April 12, 2009 Hi,Here are a few pointers on how to edit (and find) the css fles : http://www.prestashop.com/forums/viewthread/16736/graphisme/tuto_installation_et_utilisation_de_firebug_pour_modifications_du_template_couleurs_images__dot__dot__dot_You can run it through Google translator here :http://translate.google.com/I have found it very usefull to help with customising the css files.all the best,cerberus22 Link to comment Share on other sites More sharing options...
qasrani Posted April 17, 2009 Share Posted April 17, 2009 For easy access, just edit global.css and use search to find PRICE. When you find this, try to study the code on how to modify color. There might be more than 1 occurance of PRICE, but when you see the code around, you will figure out which one of these to modify and how.Firefox has nice facility to check but problems stays that you still need to go to global.css and do the modification manually. I prefer manual search and modify technique. I am not sure which one you like ;-) Link to comment Share on other sites More sharing options...
Marlow Beauty Posted April 17, 2009 Author Share Posted April 17, 2009 Nice one guys, thanks for all the help, the firebug method ended up being the best Link to comment Share on other sites More sharing options...
tony09uk Posted July 1, 2011 Share Posted July 1, 2011 Im happy with the colour scheme for all of the prices except the red colour, does anyone know what the colour is (I did try taking a sample using a colour picker and trying #bd190d, but there wasn't anything found). Or the tags it comes under, Im assuming there's more than one I have to change Link to comment Share on other sites More sharing options...
tony09uk Posted July 1, 2011 Share Posted July 1, 2011 I have sorted it.....I used inspect element in google chrome to find it. I guess thats the same as firfox's firebug Link to comment Share on other sites More sharing options...
Andy1 Posted July 30, 2011 Share Posted July 30, 2011 Please can you tell me how you did this? I have found the price section within the global CSS, but there is nothing for font size or colour. All I have is: <span class="price" style="display: inline;">£6.99</span> Link to comment Share on other sites More sharing options...
vivek tripathi Posted August 1, 2011 Share Posted August 1, 2011 in global.css search for following near line no 583 .price, .price-shipping, .price-wrapping { color: #da0f00; font-size: 1.1em; font-weight: bold; white-space: nowrap} and you can eaisly edit the color and size 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