Main Navigation and titles appearing on page

  • Unknown's avatar

    Hello, on each of my pages the menu title appears at the top. like, There is a sidebar menu that says “welcome” but it also appears at the top of the page above my copy. Is there a way to take the title out of the pages and just leave it as a sidebar main nav?

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there!

    Yes! You can delete the page titles if you edit CSS. In order to do this you will need to purchase the Custom Design upgrade. In addition to editing CSS you can apply custom fonts/colors.

    After you purchase this you would need to add the code to delete this. I’d be more than happy to help you with this.

    Before you make a purchase, you can actually try it out beforehand by going to Appearance > Customize > CSS in your Dashboard. Remove the informational content and add this:

    .page h1.entry-title {
    	display: none;
    }

    That will make the titles disappear. In order for you to publish this, you would need to purchase the upgrade.

    Let me know if you have any questions with this!

  • The topic ‘Main Navigation and titles appearing on page’ is closed to new replies.