Home Forums Pro Themes Signify Pro How to remove page title without affecting page URL

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #187017
    Philip Thomas
    Participant

    Hi guys.

    My web design skills are rudimentary but I’d really appreciate some basic help.

    on the site verticalifi.com you’ll notice the gap between the logo at the very top of each page and the menu is too big.

    Directly above the logo is the page name in black writing on a black background.

    How do I remove the page title without affecting the associated page URL please?

    If I can’t remove the page title, is there anything else you’d suggest to reduce the gap please?

    Thanks and have a great day.

    Chris.

    #187039
    Psink
    Keymaster

    @VERTICALIFI, Please Add this CSS in the Additional CSS

    .home .post-21 .entry-header{
    display: none;
    }

    GO to Appearance >> Customizer >> Additional CSS, paste the above code there and published the site

    Let us know if it works or not

    #187076
    Philip Thomas
    Participant

    It worked on the home page! thank you so much! Now all I need to do is remove it from all the other pages. Is doing so possible with one css entry or do i need to do a css entry in ‘additional css’ for each page? Would you be so kind as to provide css that’d remove it from the entire site please? Thanks again!

    #187084
    Psink
    Keymaster

    @VERTICALIFI, Remove the previous CSS code from the Additional CSS and add this CSS code

    header.entry-header {
    display: none;
    }

    this code will hit all the pages

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.