By Puneetha K on Sunday, 05 January 2014
Posted in General Issues
Replies 1
Likes 0
Views 612
Votes 0
Hi,

I am using template from RocketTheme.

http://bit.ly/1f5FUP4

1. If you see above, you can find that "Check" button is some kind of invisible. I would like to get the white color of "Check" button to may be black.
2. Can i know how to change the color of the "Register Now" Button to different color to match the site? Are there anywhere else similar color being used? I would like to overide these making the theme look like the site itself. I am not a CSS expert though

Your help appreciated! Kindly assist.

Thanks,
Puneetha
Yep, it looks like your template is overriding the button's color You can fix it by applying the codes below into your template's css file,


#registrationForm .btn{
color: #666 !important;
}
·
Monday, 06 January 2014 03:12
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post