• Resolved buffyk

    (@buffyk)


    Hi, hoping someone can help. How can I remove the privacy policy button that appears in the area above the footer? I don’t see it in the footer or in the style sheet in the admin panel.

    Here’s what it looks like: https://ibb.co/X39gphP

Viewing 7 replies - 1 through 7 (of 7 total)
  • I can’t tell from the screen shot but it may be part of your theme. What theme are you using? You can probably hide it with some custom CSS. Could you provide a link to your site instead of the screen shot?

    Thread Starter buffyk

    (@buffyk)

    Thanks for the quick reply Tim. I don’t see it in the theme either but here is the site. The theme is called Alexandra from a designer on Etsy.

    • This reply was modified 2 years, 6 months ago by buffyk.
    • This reply was modified 2 years, 6 months ago by buffyk.

    Thank you for the link! As I suspected, the Privacy Policy button is dynamically generated by your theme. The way it is written your theme will break if you removed the offending code. Your only option is to hide it with the following custom CSS:

    .iubenda-black {display: none;}

    Thread Starter buffyk

    (@buffyk)

    Thanks so much but it didn’t work ?? Maybe I will need to update the theme altogether. I appreciate your help!

    Hmmm… I used that CSS with the Chrome inspect tool. Try this variation:

    .iubenda-black {display: none !important;}

    Thread Starter buffyk

    (@buffyk)

    That doesn’t work either ??

    Thread Starter buffyk

    (@buffyk)

    I was able to do a workaround. Apparently by adding a menu link to the privacy policy it removed it from the footer. I’d rather not have it in the menu but it’s better than having it in the footer with a broken link.

    Thanks again Tim for your help!

    And thanks codemanpoint for offering

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How to remove privacy policy button in section above footer’ is closed to new replies.