Archived topic
Hiding link in footer
3 replies · Started by Michael on April 30, 2020
Viewing posts 1–4 of 4
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
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;
}
that works thank you
You're welcome
This archived topic is closed to new replies.