[ad_1]
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 1 hour, 23 minutes ago by buffyk.
- This reply was modified 1 hour, 12 minutes 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;}
I can help you remove it if you want.
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
