FELINA Posted November 30, 2015 Share Posted November 30, 2015 Hi, how can I change the color button of the Newsletter? I do not find the a CSS file for this module. THANKS! Link to comment Share on other sites More sharing options...
Paulito Posted November 30, 2015 Share Posted November 30, 2015 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 More sharing options...
FELINA Posted November 30, 2015 Author Share Posted November 30, 2015 Thanks, where can I find that? In which CSS Archive? Thanks! Link to comment Share on other sites More sharing options...
Paulito Posted December 1, 2015 Share Posted December 1, 2015 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now