• Hello,
    Just like the title of the topic says, I have my site’s logo and all the pages (even the ones I don’t want to be public or visible) appearing at the bottom of all the pages of my website (just above the footer). Is there a way to remove the site’s logo ? And to either select the pages appearing at the bottom or to remove completely the links to the pages at the bottom of my website?
    Thanks in advance!

    • This topic was modified 2 years, 12 months ago by leonmakaya.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @leonmakaya,

    I am sorry for the delay in response.

    To remove the footer logo, try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.

    .site-branding--footer .custom-logo-link {
      display: none;
    }

    And to either select the pages appearing at the bottom or to remove completely the links to the pages at the bottom of my website?

    You create your own footer menu links from Customize > Menus > Menu Locations and choose Footer.

    Regards,
    Kharis

    Thread Starter leonmakaya

    (@leonmakaya)

    Hello @kharisblank ,
    Thank you so much for your help. It was exactly what I was looking for.
    Regards,
    Leon

    You’re welcome @leonmakaya!

    Please let us know in a new topic if you have any further questions, or if we can provide you with any other assistance.

    Regards,
    Kharis

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Logo and pages are reproduced at the bottom of all the pages’ is closed to new replies.