Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #110579
    abisbee
    Participant

    The content section starts with the menu label. For example, the first menu item is HOME, and my content starts with HOME. Is there a way to remove this?

    Thanks.
    Alice

    #110605
    Pratik
    Keymaster

    Hi @abisbee,

    I think this is possible, but I will need to take a look at your site. Can you post in your site url?

    Regards,
    Pratik

    #110616
    abisbee
    Participant

    Thanks, Pratik. wwboston.org

    #110651
    Pratik
    Keymaster

    Hi @abisbee,

    Ah, I see that you are using Default Page Menu. It will show all your pages. To control the menu, you need to create custom menu and assign it as primary menu. Check tutorial https://codex.wordpress.org/WordPress_Menu_User_Guide.

    Let me know how it goes.

    Regards,
    Pratik

    #110655
    abisbee
    Participant

    Thanks, Pratik, but my menu works fine. I just wanted to remove the menu text from the content. I found some code just now that fixes it, though.

    .entry-title {
    display.none;
    }

    Alice

    #110656
    Pratik
    Keymaster

    Hi @abisbee,

    O ok, initially I thought the same thing too, but when I looked at your site, it was already hidden, so I assumed Home in menu.

    Anyways, glad it worked our.

    Regards,
    Pratik

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Remove menu label from content section’ is closed to new replies.