Hi all I’ve been trying to work out how I can amend the CSS chat/inbox window (on mobile and desktop) to not display these buttons.
Now I can see that it is a specific element
If I use
.product-card__action-bar--container {display:none;
}
in developer tools in the browser, I can see this doing what I want it to, however I can’t seem to place this in either the theme settings or anywhere I have tried to in the theme code.
The reason I need to do this is that we sell our products as subscriptions via a subscription app - however inbox links directly to the product to be sold as a standalone - which is not possible for us.
Does anybody have any suggestions or perhaps can help me figure out what I am missing?
Thanks in Advance, Adam

