Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #388419

    Hi

    Is there any way to get a menu item in the footer menu to display on the home page only?

    i.e. I want to put a backlink to my site, but only from the home page?

    Kind regards

    Duncan

    #389098

    Hi dweddell!

    Yes, could be possible. You need to try to call a specific page-id and the specific menu-item via CSS. For example:

    .page-id-424 #menu-item-49 {
    display: none;
    }
    

    If you want us to help you further, please post a link to your website showing the specific menu item. For a screenshot you can use imgur.com.

    Best regards,
    Andy

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