Please add a feature to hide sale booster in specific pages
Closed
May 11, 2026
Hello @Lakshan001,
There is no need for option I think.
You can do it simply with css.
Example:
http://prntscr.com/1borlie use this class and make smth like next in your custom styles:
.page-id-103 #sales-booster-popup {display: none; }
Regards, Jack Richardson
Hello @Lakshan001, There is no need for option I think. You can do it simply with css. Example: http://prntscr.com/1borlie use this class and make smth like next in your custom styles: .page-id-103 #sales-booster-popup {display: none; } Regards, Jack Richardson