Jump to content

Edit HTML in Pages


GoDuBois

Recommended Posts

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.

 

Link to comment
Share on other sites

  • 2 weeks later...

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...