Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #315827
    charleshood
    Participant

    Is there a way to hide the page title so it doesn’t show up?

    Other themes I’ve used in the past had a “Hide Title” option on the page, but I can’t seem to find an option like that with this theme. Any suggestions?

    #315837
    tikaram
    Keymaster

    @charleshood : Login to your WordPress admin section. Go to Appearance => Customize => Additional css and add the following css.

    .page .custom-header-media .entry-title {
      display: none;
    }

    Let me know if this helps you out.

    Regards,
    Tikaram

    #315845
    charleshood
    Participant

    This does not appear to work. I’m using a static page for my homepage. I’d like for the title of that static page to be hidden, and I’d also like for there not to be a gap where the title would have been. (In other words, not just hidden, but not there at all.)

     

    #315916
    tikaram
    Keymaster

    @charleshood : Please try adding the following additional css instead of the previous one.

    .home .content-area .entry-header {
      display: none;
    }

    Let me know if this helps you out.

    Regards,
    Tikaram

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Hide Page Title?’ is closed to new replies.