• Resolved miamounette

    (@miamounette)


    Hi,

    I am trying to remove the rectangle ‘bienvenue ! READ MORE’ which is at the bottom of my front page. I managed to delete the content because now it leads to an error 404 when you click on it, but I’d rather not have it at all.

    Can someone help me with this?

    Thanks

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Anonymous User 16453565

    (@anonymized-16453565)

    Hey, @miamounette

    To do that, go to Appearance → Customize → Additional CSS and enter the following code:

    .frontpage-featured .banner {
      display: none;
    }

    Let me know if that does it.
    Thank you.

    Thread Starter miamounette

    (@miamounette)

    It worked! Thank you so much 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Remove a rectangle on the front page’ is closed to new replies.