Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi,

    Sorry but not getting the single post tile on the page, please share the snapshot of the issue or steps to check it.

    Thread Starter riccardo74

    (@riccardo74)

    Hi, I solved the issue with this code:

    .home .page-header-title.clr {
    	display: none;
    	
    	}	

    but can’t hide the page title here:
    https://verbavolant.altervista.org/home/

    only if I install a plugin that remove page title works; title appears and suddenly disappear with this plugin. I’m looking instead for a css code solution. Any idea?

    thanks a lot as alwyas

    • This reply was modified 4 years, 2 months ago by riccardo74.

    Hi,

    Please try the below code.

    .page-id-11341 .page-header-title.clr {
        display: none;
    }

    PS- added the page id class of the home page to work only on the home page.

    Thread Starter riccardo74

    (@riccardo74)

    Thank you very much, works perfectly. So I should do for every specific page ID, correct? and if I would like to delete from every page?

    You are most welcome!

    Yes, you are absolutely right!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Remove header title? but not from single post’ is closed to new replies.