blindsquirrel Merchant Nuo United States Narys nuo liep. 2024 blindsquirrel 20 rugp. 2024 16:50 I know it was a tremendous effort creating the newsletter and related functions. Thanks for your hard work! However, I don't want the newsletter, is there a way to disable it? Not shown at all. Is it as simple as rem the code? Where? I just don't have time for a newsletter.
jackmaessen LiteCart Fan Nuo Netherlands Narys nuo gruod. 2022 jackmaessen 20 rugp. 2024 17:11 Put somewhere in your css: section#box-newsletter-subscribe { display: none; }
blindsquirrel Merchant Nuo United States Narys nuo liep. 2024 blindsquirrel 20 rugp. 2024 17:26 Do you know the Path and filename by chance?
tim Founder Nuo Sweden Narys nuo geg. 2013 tim 20 rugp. 2024 19:23 Try adding it in this one /includes/templates/default.catalog/css/app.css
vilaiporn LiteCart Fan Nuo Thailand Narys nuo rugp. 2017 vilaiporn 21 rugp. 2024 01:50 Also in Admin/Edit Styling add at the end: box-newsletter-subscribe {display:none} and save
blindsquirrel Merchant Nuo United States Narys nuo liep. 2024 blindsquirrel 21 rugp. 2024 15:09 I tried jackmaessen's suggestion, then tried vilaipon's suggestion. I used vilaipon's suggestion because it was easily accessible without have to ftp and upload. Worked perfectly... Thanks everyone for the help!
boniface LiteCart Fan Nuo Netherlands Narys nuo bal. 2025 boniface 21 bal. 2025 09:36 I tried the same, but it only worked with this:
tim Founder Nuo Sweden Narys nuo geg. 2013 tim 22 bal. 2025 12:03 To remove the newsletter box on the front page, remove this line: https://github.com/litecart/litecart/blob/2.6.2/public_html/includes/templates/default.catalog/pages/index.inc.php#L17