Cannot Remove Request Info Button. Searched but cannot find where toremove this button.
Maybe you can do it by css "display none" in your template custom css file? Check if it works and what you need..
.jbd-container i.icon {
display: none;
}
.ui-button-text {
display: none;
}
I have already tried this. It effects the Claim Business button.
Ok seems you have to do some custom html changes somewhere there then. Hope you get it sorted by support ticket though. cheers!
Thank you.