notcrack Posted September 19, 2012 Share Posted September 19, 2012 (edited) I have just done a fresh install of 1.5 prestashop and all is working well. I have modified a few bits and pieces within the default theme, but I can't work out how to change the more info bar colour or the add to cart button on the product description page. http://pureleaf.co.uk Does anyone have any idea where I need to look for such things. It's driving me mad. Kind Regards Edited September 20, 2012 by notcrack (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted September 19, 2012 Share Posted September 19, 2012 (edited) I have just done a fresh install of 1.5 prestashop and all is working well. I have modified a few bits and pieces within the default theme, but I can't work out how to change the more info bar colour or the add to cart button on the product description page. http://pureleaf.co.uk Does anyone have any idea where I need to look for such things. It's driving me mad. Kind Regards edit your global.css file and change the: .idTabs .selected { color:#000; background: url(../img/bg_li_idTabs.png) repeat-x 0 0 } as you see here is background parameter. url defines the url to image in background. change it or delete it and add color sub-parameter to it. to edit main color of this change the border-bottom color in the global css to: .idTabs { list-style-type: none; margin-top: 20px; padding:0 5px; border-bottom: 8px solid #f7b900 } Edited September 19, 2012 by vekia (see edit history) Link to comment Share on other sites More sharing options...
notcrack Posted September 20, 2012 Author Share Posted September 20, 2012 Thank you for this. I have been able to change the "More Info" bar colour and through that I worked out the add to cart button. If anyone's interested to change the button as well you need to modify the bg_bt.gif file and update the global.css /*buttons background and border. Annoyed I didn't see this before I asked the question. Many thanks for the help. 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