And, although I hate to brag, and since I fear being accused of, once again, issuing a statement, I will ask this question:
Do you realize that you correctly pronounced my given name, surname and forum nickname correctly AND I DID NOT NEED TO SEND ANY NICE COFFEE BEANS TO THE OFFICES? LOL
During this episode, you mentioned in an answer to a question that @yabdabās Cartloom could function as a catalog, if CSS was used to hide the āadd to cartā button. I have searched, and made valiant attempts, but I canāt seem to get that button hidden. Does anyone have any experience with this? (Iād also like to hide the price.)
Iām no Cartloom expert, so I canāt say exactly how this would be done. My suggestion would be to contact @yabdab directly via the Cartloom site: http://cartloom.com
Anyway, my guess would be that you need to add some custom CSS that targets Cartloomās buy buttons.
I donāt know what the CSS selector is, but the CSS you need to use will be similar to this:
.button-class {
display: none;
}
We have a free video tutorial called āAdding Custom CSSā that explains how you go about finding the CSS selector you need to target, and adding the CSS to your project.
Thanks @bon and @yabdab! Iāll take a look at that video tutorial you mentioned, Ben.
Yes, Iām using the Cartloom Storefront feature, so I canāt manually adjust the code snippets or use the Cartloom Stacks plugin to adjust layout or what gets displayed. Iām just trying to hide the price and āAdd to Cartā buttons so the storefront is more like a catalog that people can browse (and, crucially, that my client can update remotely).
I reached out to the Rapidweaver community instead of @yabdab directly because I know access to CSS is an advanced, unsupported feature. (The Cartloom website reasonably points out that ārequests for help adding custom CSS will also not be supported,ā a policy which makes perfect sense.)