change color of register buttons

mrkson4840

New Member
YetiShare User
Mar 5, 2015
4
0
0
How/where can i change the color of the register button on the site?
Im using flow theme and the default background color of the buttons is blue.

I would like to change this background color for register buttons sitewide, but atleast on index page and register page
but im unable to find where i can do this.
Can you please shed some light?
 

ysmods

New Member
Jan 29, 2013
860
1
0
UK
www.ysmods.com
/themes/flow/frontend_assets/css/colors/flow.css

flow.css line 120
Code:
.btn-default {
	background-color: #21a9e1;
	border-color: #21a9e1;
    border-radius: 4px !important;
}
.btn-default:hover {
    background-color: #1a8fbf;
    color: #ffffff;
    border-color: #1782ad;
}