Jump to content

[SOLVED] Changing colour on more_info_block and a few other things


Recommended Posts

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 by notcrack (see edit history)
Link to comment
Share on other sites

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 by vekia (see edit history)
Link to comment
Share on other sites

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...