Jump to content

Change The Color Of The Newsletter Subscription Button


Recommended Posts

Hello

 

Assuming you are talking about the newsletter block in the footer you could try things like this:

 

#footer #newsletter_block_left h4  {background: blueviolet; color: yellow;}
#footer #newsletter_block_left .form-group .form-control 
{background: blue!important; border-color: red!important; color: green!important;}

 

Result

http://screencast.com/t/pzGpI3w3mxxW

 

Paul

Link to comment
Share on other sites

Hello

 

You should find it in blocknewsletter.css around line 58

 

#footer #newsletter_block_left .form-group .button-small {
      ;
      border: none;
      background: none;
      text-align: center;
      color: #908f8f;
      padding: 8px; }
 
 
Paul
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...