Forums
Home / Plugin: WP Sticky Side Buttons / hide buttons on specific page
(@carswahab)
7 years, 9 months ago
hi . how to hide the buttons on specific page? thanks!
(@isabel2111)
7 years, 8 months ago
I managed it by adding this piece of code to the css panel (you would have to replace the page id):
.page-id-474 .sticky-container {display:none!important;}
It works fine on my site but I don’t know if this is the proper way ??