Remove page links from top right

How do I do this??

Hey there,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

/*remove menu*/
nav.header-navigation {
    display: none;
}

Best regards,
Support.

Is there a way to only list a few links in the header? I want a few up there but not all the pages.

hey there

@mhowden guess we are talking about WordPress menu, this can be managed from appearance > customize > menu, you can remove any menu element from the list or add any new menu element in the list, no css needed for hiding them, just deselect menu from primary menu and you are ready,
if you want some more info about how WordPress menu work please take a look here:

let me know if i answered on your question :slight_smile: