Watusi Posted May 2, 2019 Report Share Posted May 2, 2019 I tried to hide my Search button with this code in the Header of my DataPage: <style> .cbSearchButton{ display:none !important; } .cbSearchButtonContainer{ display:none !important; } </style> And it works except when I deploy the embedded script in WordPress, the search button reappears. Quote Link to comment Share on other sites More sharing options...
Barbie Posted May 2, 2019 Report Share Posted May 2, 2019 Hi Watusi, You can try to paste this code in your header instead: <style> input[class*="cbSearchButton"]{ display:none !important; } </style> I hope this works for you. Watusi, vanderLeest and HeyItsDoug 3 Quote Link to comment Share on other sites More sharing options...
vanderLeest Posted November 1, 2020 Report Share Posted November 1, 2020 Just what I needed, for a repurposed search (to function as background information for a tabular report) Quote Link to comment Share on other sites More sharing options...
BobLerner Posted December 20, 2020 Report Share Posted December 20, 2020 Thanks Barbie - for the gift that keeps on giving! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.