robbssttaa Posted September 18 Share Posted September 18 Site URL: https://www.bovjee.com/book Hi there , I'm looking to remove this custom widget , a hovering book now button, that is injected into the footer css from just one page on the entire site. https://www.bovjee.com/book This is the page I want it to not appear on! From some other forums I feel like I got close to the solution but I can't figure out the naming to use for my widget. Here's the code I have that puts it into the whole site and the code I was trying to use to remove it. <script src="https://static.elfsight.com/platform/platform.js" data-use-service-core defer></script> <div class="elfsight-app-8a761867-3db2-4d0d-bdbb-2dd92189a171" data-elfsight-app-lazy></div> #collection-60f9c7612b8ce47143da15e6 { .data-elfsight-app-lazy display: none; } Thanks in advance ! Link to comment
Lesum Posted September 18 Share Posted September 18 @robbssttaa Hi! First remove this code #collection-60f9c7612b8ce47143da15e6 { .data-elfsight-app-lazy display: none; } Then add this code under Website > Pages > Website Tools > Custom CSS #collection-60f9c7612b8ce47143da15e6 .FloatingButton__FloatingButtonContainer-sc-q5md4t-0 { display: none !important; } If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee? Link to comment
robbssttaa Posted September 18 Author Share Posted September 18 ah thank you so much that worked perfectly ! Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment