garugn Posted May 20, 2014 Share Posted May 20, 2014 I would like to change the fill color of the newsletter box for the default theme of PS 1.6. However, I think that type of option is hard coded within the theme html. Is possible to change the color? Link to comment Share on other sites More sharing options...
Tiago Leite Posted May 22, 2014 Share Posted May 22, 2014 It's quite simple, just edit that module CSS. It's /themes/default-bootstrap/css/modules/blocknewsletter/blocknewsletter.css Also, how have you changed that bar from grey to black? Link to comment Share on other sites More sharing options...
garugn Posted May 22, 2014 Author Share Posted May 22, 2014 Tiago, I have opened the blocknewsletter.css on Notepad++ program. Two questions: Can you direct to which line I am able to change the color for the fill? Can you tell me if its possible to remove or edit the characters "News Letter" if so what line? I was able to change the bar color from gray to black from the theme schemes colors: click on " My Shop" at the top right hand corner on your admin page. You will see a gear icon the left side click on it and you will be able to configure the color schemes for the theme. Link to comment Share on other sites More sharing options...
Tiago Leite Posted May 22, 2014 Share Posted May 22, 2014 The characters I don't know where you are able to change them, but to change the color you need to change the following code: #footer #newsletter_block_left .form-group .form-control { height: 45px; line-height: 30px; max-width: 267px; background: #100b34; border-color: white; color: white; These 3 colors are respectively background, border and text color. Link to comment Share on other sites More sharing options...
garugn Posted May 22, 2014 Author Share Posted May 22, 2014 Tiago, I edited line 50: background color to whatever color I wanted. I saved the css and uploaded it back to its respective folder. However, it did not change the background. I'm think there is a line of text that enables transparency giving the reason why it doesn't change background color. Would you have any thoughts? Link to comment Share on other sites More sharing options...
danr87 Posted May 25, 2014 Share Posted May 25, 2014 (edited) that is how you do it. probably you changed it wrong, or the upload did't work, or you forgot to close a bracket } .. Try to also modify the border color, see if it changes. Edited May 25, 2014 by danr87 (see edit history) Link to comment Share on other sites More sharing options...
garugn Posted June 14, 2014 Author Share Posted June 14, 2014 I apologize for the late reply. It is still not loading on the site once I replace the file. I have attached the file to this post. Can you check it and paste it back on here when you get a chance. Thank you. blocknewsletter.css Link to comment Share on other sites More sharing options...
dioniz Posted June 14, 2014 Share Posted June 14, 2014 (edited) Check if you change it in this folder: yourdomain.com/themes/default-bootstrap/css/modules/blocknewsletter/blocknewsletter.css Edited June 14, 2014 by dioniz (see edit history) 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