Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #103861
    Elke
    Participant

    Hi Catch-Theme Team,

    Is there a possibility, to hide a page-title, not for every page, but for example the page komma-duesseldorf.de/Startseite
    We are using Catch Box Pro.

    Thank you for your support

    #103887
    Mahesh
    Participant

    @elkehb: Thank you for using Catch Box Pro theme. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .page-id-10 #content .entry-header {
        display: none;
    }

    Regards,
    Mahesh

    #103924
    Elke
    Participant

    Dear Mahesh,
    thank you for the code, it works very well!

    If I would like to hide another page-title, do I have to duplicate the code, for example the site komma-duesseldorf.de/test with the page-id-254 at the same position “Custom CSS Box”?

    .page-id-254 #content .entry-header {
    display: none;
    }

    Best regards,
    ElkeHB

    #104055
    Mahesh
    Participant

    @elkehb: Yes, very well. That’s how you do it. 🙂
    Let me know if any problem.

    Regards,
    Mahesh

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Hide some, not all page title’ is closed to new replies.