Jump to content

Advice on how to change colours of buttons on prestashop website, i have link to show you ;)


Recommended Posts

Hi,  Thank you in advance for any help, this forum is brilliant.  I have the template below and would like to change the colours of the 'add to cart' buttons and the tee info text also in the same light blue colour.

 

Was just wondering if this was a module change, preferences or coding, help to find the folder if its any of these would be great.

 

http://www.templatemonster.com/demo/46845.html

 

Many thanks for your help.

 

Dd

Link to comment
Share on other sites

That site have ccc turned on so its hard to say what file but it's probably global.css.

Button code:

a.btn_add_cart {
    background: none repeat scroll 0 0 #3edcff;
    color: #292929;
}

Change #3edcff to desired bg color and #292929 to change btn text color

 

What do you mean by tee info text? Product name maybe?

 

 

  • Like 1
Link to comment
Share on other sites

 

That site have ccc turned on so its hard to say what file but it's probably global.css.

Button code:

a.btn_add_cart {
    background: none repeat scroll 0 0 #3edcff;
    color: #292929;
}

Change #3edcff to desired bg color and #292929 to change btn text color

 

What do you mean by tee info text? Product name maybe?

 

 

 

Thats brilliant thank you exactly what i needed, thank you.

Link to comment
Share on other sites

 

That site have ccc turned on so its hard to say what file but it's probably global.css.

Button code:

a.btn_add_cart {
    background: none repeat scroll 0 0 #3edcff;
    color: #292929;
}

Change #3edcff to desired bg color and #292929 to change btn text color

 

What do you mean by tee info text? Product name maybe?

 

 

 

Any chance i could ask you one more thing, where would i find the logo size code? Iv changed the logo in ftp, but the sizing is wrong so its squashed, I think i need to change the pararmetres in the code, but dont know whare to look? thanks in advance.

 

Dd 

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...