Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1154098

    I am trying to remove the word “Home” from the menu area of my website, (https://bladeelectionresults.com), but I can’t figure out how to remove it. I have removed all the menus, but home is still atop the header.

    Can you assist in telling me how to remove it, please?

    Thanks,
    kfranck

    #1154113

    Hey Kurt,

    Add this to quick css:

    .menu-item.current-menu-item{
    display:none!important;
    }

    Best regards,
    Jordan Shannon

    #1154119

    Jordan:
    This is terrific! Thank you.

    Kurt

    #1154123

    Hi,

    No problem if you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘"Home" appears in menu area when there is no menu’ is closed to new replies.