Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #80928
    Yvonne
    Member

    Hi,
    I found these instructions to hide the page title for specfic pages in the forum.

    .page-id-1735 .entry-header,
    .page-id-200 .entry-header,
    .page-id-174 .entry-header {
    display: none;
    }

    However it is not working for me. Here is what I put in the css.

    .page-id-2066 .entry-header {
    display: none;
    }
    I am using Catch Everest Pro. And the title is still showing on this page: http://limocycle.com/bachelorette-party/

    #80932
    Mahesh
    Keymaster

    Hi @Yvonne,

    Thankyou for using Catch Everest Pro.

    I’m glad that you’ve found the solution yourself. The instruction you’ve found is correct and CSS for hiding the title is correct too. But you have some error in the following line in your Custom CSS:

    .entry-header .entry-title a:hover {
    	color: #222
    

    You’ve missed the semicolon and the ending brace which should be like the following:

    .entry-header .entry-title a:hover {
    	color: #222;
    }

    Let me know if this fixes your issue.

    Thanks,
    Mahesh

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Hide Page Title for Specific Pages’ is closed to new replies.