How to change button colours

Permalink
Hi everyone, I am trying to change the colour of the e commerce add to cart and add to wishlist buttons, they seem to use the same layout as the login and register buttons, does anyone know how and where I can change their colours. Thankyou.

 
junebird replied on at Permalink Reply
junebird
Did you ever come right with this? I want to change the colour and width of my add to cart button.
aemjam replied on at Permalink Reply
Hi junebird
As you can see from this thread, I didn't get any response to my question.
I am still looking to find a way to change the colour of my buttons.
From what I was able to find out, to change the colour of my buttons I have to look in the core of Concrete5 and not in e-commerce.
I found out the colour of the buttons is standard all through Concrete5, I tried changing a few of the #'s numbers but wasn't able to get the buttons to change.
When I do find where to change the colour of my buttons, I will have to find a way to move it out of the Concrete5 core, if I don't, when I upgrade to a new version I will lose my changes.
I'm sorry I wasn't able to be of more help.
Steevb replied on at Permalink Reply
Steevb
Not sure if this helps, but I use my theme to over-ride button styles.
#wrapper input[type="submit"], #wrapper input[type="button"] {
    cursor: pointer;
    color: #FFF;
    font-size: 15px;
    background-color: #6FA803;
    border: 1px solid #FFF;
    border-radius: 0.3em;
    padding: 3px 10px;
    transition: all 0.6s ease 0s;
    margin: 5px 0px;
}


Live demo:http://blackdoggames.co.uk/card-tables/round-card-table/...

This website stores cookies on your computer. These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media. To find out more about the cookies we use, see our Privacy Policy.