• Hi!

    I’m not the original one to set up this page so it’s got a lot going on and I can’t quite find where to add css to remove the page title and main banner (that appears on all pages) from page id 12387 only.

    https://bayfm.org/bayfm-radiothon

    Little help would be much appreciated, I imagine it’s pretty easy; just not sure where and exactly what to add.

    Many thanks,
    K

Viewing 2 replies - 1 through 2 (of 2 total)
  • you are correct in using a custom CSS file.

    however, the specific selector for your page is not what you assume, but it is:

    .singular-page-12387

    and the banner and title seem also to be different;

    try:

    .singular-page-12387 #templatic_text-55 {
    	display: none;
    	}
    
    .singular-page-12387 .entry-title {
       display: none;
    }
    Thread Starter kimberleyjade27

    (@kimberleyjade27)

    Hi Michael,

    Thanks so much for that. This did work:

    .singular-page-12387 .entry-title {
    display: none;
    }

    However the banner at the top of the page is still appearing.
    The image is: https://bayfm.org/wp-content/uploads/newbayfmbanner.jpg

    Let me know if you have any ideas.

    Many thanks,
    Kimberley

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove page banner and title on specific page’ is closed to new replies.