• Morningsider

    (@morningsider)


    How can I NOT have my other pages show up on the top of the header? I’d like to just link to them in the sidebar only…

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Shaped Pixels

    (@shaped-pixels)

    Greetings!

    If I understand you correctly, you do not want a menu to show at all in the top header? If so, the easiest method would be to hide it. Unfortunately this theme will automatically add pages or another menu to that area. So the best method right now is to create some custom CSS using a plugin like Simple Custom CSS or if you use Jetpack, use their Custom CSS module.

    Add this:

    #masthead .primary-navigation {
        display: none;
    }
    Thread Starter Morningsider

    (@morningsider)

    Darn it ??

    I’ve never messed with CSS, afraid to ruin something…

    Thread Starter Morningsider

    (@morningsider)

    If I copy what you wrote in the box – where do I paste it?

    Theme Author Shaped Pixels

    (@shaped-pixels)

    Not to worry…the best thing about a custom stylesheet is that if you make a mistake, you can delete it without causing any problem because it’s separate from the theme.

    I’m going to assume you will be using the Simple Custom CSS plugin? Their documentation can be found here:

    https://en-ca.www.ads-software.com/plugins/simple-custom-css/installation/

    Then, in the blank stylesheet window you will go to, copy and paste that code.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Supress Page Titles at top of page?’ is closed to new replies.