pngb4 Posted May 13, 2014 Share Posted May 13, 2014 The newsletter block is transplanted in the footer but still does not show up. I've tried two diff newsletter blocks but still got nothing. Anybody have any ideas I'd greatly appreciate it. URL: http://www.vlsboutique.com/prestashop/ I appreciate all feedback! Thanks guys Link to comment Share on other sites More sharing options...
HiPresta Posted May 13, 2014 Share Posted May 13, 2014 Remove display:none; style from themes/boutique/css/custom/custom.css on line 1464. http://screencast.com/t/AOeVQIYwI 1 Link to comment Share on other sites More sharing options...
pngb4 Posted May 13, 2014 Author Share Posted May 13, 2014 Nice, thanks for the help . Any idea how I can get the contact us block back up to its old position and shrink the newsletter box a bit? Also want to move the email empty box next to where it says newsletter. I added an image explaining this. Thanks for the help! Really appreciate it! Link to comment Share on other sites More sharing options...
HiPresta Posted May 13, 2014 Share Posted May 13, 2014 Try to add the following styles in blocknewsletter.css #footer #newsletter_block_left .title_block, #footer #newsletter_block_left .block_content{ display: inline-block; } #footer #newsletter_block_left .title_block, #newsletter_block_left h4 { background: url(img/icon/newsletter.png) no-repeat 0px 6px transparent;} #footer #newsletter_block_left input.button_mini{ top: 8px;} in custom.css on line 1474 change the following style .blockcategories_footer,#footer .block_various_links, #footer .myaccount, #social_block,#block_contact_infos { padding: 20px 10px;} to .blockcategories_footer,#footer .block_various_links, #footer .myaccount, #social_block,#block_contact_infos { padding: 20px 9px;} 1 Link to comment Share on other sites More sharing options...
pngb4 Posted May 13, 2014 Author Share Posted May 13, 2014 Awesome dude! That did it... Theres one last thing I hope you can help me out with. "Newsletter", the envelope and the search box have a grey border look to it, any suggestions on how I can remove this? Thanks a ton Link to comment Share on other sites More sharing options...
HiPresta Posted May 13, 2014 Share Posted May 13, 2014 Here is the images, that you can modify and upload: http://www.vlsboutique.com/prestashop/modules/blocknewsletter/img/icon/newsletter.png http://www.vlsboutique.com/prestashop/modules/blocknewsletter/img/bg_bt_newsletter_ok.png Hope this helps 1 Link to comment Share on other sites More sharing options...
pngb4 Posted May 13, 2014 Author Share Posted May 13, 2014 Thanks for the help dude! Really appreciate all the help and time. have a good one Link to comment Share on other sites More sharing options...
Recommended Posts