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.
Did you ever come right with this? I want to change the colour and width of my add to cart button.
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.
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.
Not sure if this helps, but I use my theme to over-ride button styles.
Live demo:http://blackdoggames.co.uk/card-tables/round-card-table/...
#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/...