[Resolved] Hiding link in footer

Home Forums Support [Resolved] Hiding link in footer

Home Forums Support Hiding link in footer

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

    David requested that I start a new thread. On only one page I want to hide the “home” link on the footer, but leave the other two links intact. All other pages would have all three links.
    thanks

    #1263212
    David
    Staff
    Customer Support

    Hi there,

    try this CSS to remove it from the URL provided:

    .page-id-1522 .footer-bar .widget_nav_menu li#menu-item-2206 {
        display: none;
    }
    #1263291
    Michael

    that works thank you

    #1263402
    David
    Staff
    Customer Support

    You’re welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.