miriama Posted August 14, 2013 Share Posted August 14, 2013 Hi, I have the following issue: in my website Prestashop 1.5 I have changed the style of the module such as category, contact, etc... (image 3) by editing the file global.css in my template in this part: .block {margin-bottom:20px} #footer .block {margin-bottom:0} .block .title_block, .block h4 { padding:6px 11px; font-size:12px; color:#fff; text-shadow:0 1px 0 #000; text-transform:uppercase; background: #669933; text-align:left; font-weight: bold; Only the module blocknewsletter seems that has not be changed, it has a strange design (image 1). I would like to know if is it possible to keep the default design of only this module (image 2). Can someone help me? Thanks a lot. Miriam Link to comment Share on other sites More sharing options...
NemoPS Posted August 14, 2013 Share Posted August 14, 2013 Your changes might have been overriden by the module's css. Can you show us the live site? Fabio Link to comment Share on other sites More sharing options...
Jiten rash (away) Posted August 14, 2013 Share Posted August 14, 2013 .block {margin-bottom:20px} #footer .block {margin-bottom:0} .block .title_block, .block h4 { padding:6px 11px; font-size:12px; color:#fff; text-shadow:0 1px 0 #000; text-transform:uppercase; background: #669933; text-align:left; font-weight: bold;}<-- has no end it effects the css tag which comes after it can we see ur site live Link to comment Share on other sites More sharing options...
miriama Posted August 14, 2013 Author Share Posted August 14, 2013 Hi, thank you for your reply. I forgot to copy the symbol }, I have it in my global.css. The live site is http://www.mineralexposer.it. Thanks in advance. Miriam Link to comment Share on other sites More sharing options...
NemoPS Posted August 14, 2013 Share Posted August 14, 2013 Yes, it's being overridden. If you want to erase the original one completely, create a new subfolder in the theme folder /css/modules/blocknewsletter/ and add a blank blocknewsletter.css there Link to comment Share on other sites More sharing options...
Jiten rash (away) Posted August 14, 2013 Share Posted August 14, 2013 so u just need to change ur block newsletter design? Link to comment Share on other sites More sharing options...
miriama Posted August 14, 2013 Author Share Posted August 14, 2013 What I would like to do is to keep the default design of only the blocknewsletter: the other blocks are good in the way I have changed them in the file global.css. I tried already what suggest me Nemo1 but I had a strange result. I try again and I send you a picture. Link to comment Share on other sites More sharing options...
Jiten rash (away) Posted August 14, 2013 Share Posted August 14, 2013 (edited) on block newsletter.css line 7 just add this box-shadow: none; Edited August 14, 2013 by Jiten rash (see edit history) Link to comment Share on other sites More sharing options...
NemoPS Posted August 14, 2013 Share Posted August 14, 2013 Uh so you want to keep it? Sorry, I misunderstood then do what Jiten suggested 1 Link to comment Share on other sites More sharing options...
miriama Posted August 14, 2013 Author Share Posted August 14, 2013 Great!!! You solved my problem!!! Thank you Jiten and thank you Nemo1, you helped me so much!!! This issue made me crazy :-)!!!! Thanks again, Miriam Link to comment Share on other sites More sharing options...
Jiten rash (away) Posted August 14, 2013 Share Posted August 14, 2013 sloved?..glad that we helped U :DDD Link to comment Share on other sites More sharing options...
vekia Posted August 14, 2013 Share Posted August 14, 2013 thanks for confirmation im going to mark this topic as solved btw. you can also mark own topics as solved here is an instruction: To mark a topic as [solved] :- Edit the first post of your topic by clicking on the "Edit" button, - Click on the "Use full editor" button, - Add the "[solved]" string at the beginning of your topic title and click on the "Submit Modified Post" button. i will be grateful if you will follow there steps in the future our community will be better place then thanks in advance best regards Link to comment Share on other sites More sharing options...
Recommended Posts