Posted July 12, 20177 yr I searched ftp files to edit html in one of my pages, i created, but I had no luck finding. I want to remove a head banner advertisement on one of the pages I made. This is the only page, I don't want the banner showing. I'm not sure if I am going in the right direction. Any help is greatly appreciated.
July 12, 20177 yr Any edits you want to make to any of your pages can be done in the ACP. (The same place where you created the page in the first place??) It is hard for me to guide you without knowing more about your situation.
July 21, 20177 yr Hey @GoDuBois This has a few different ways it can be handled however the fastest easiest way would be to make a CSS template under Pages > Templates and include that on your homepage (or whatever page you want to get rid of it. In the CSS page include this: .ipsAdvertisement { display: none; } However on that page any IPS specific advertisement will not show up anywhere. If you need something more specific let me know and I can provide you with more details on this however it will take template edits to do on top of using the CSS template file.
July 27, 20177 yr Author Is it possible to do the same thing with the calendar? (I don't want the Advertising banner to show on calendar) I added that css file under the default theme, then under calendar and nothing happened. Wasn't sure what to do after I added the css file??? .ipsAdvertisement { display: none; } Can anyone give me a few steps on where & what I should do. thanks again for any help, I REALLY do appreciate it. Have a GREAT DAY!! @Jennifer M Edited July 28, 20177 yr by GoDuBois
July 28, 20177 yr Pages CSS templates aren't really made for this. However if you add this to your custom.css it should fix it: [data-pageapp="calendar"] .ipsAdvertisement { display: none; }
Archived
This topic is now archived and is closed to further replies.