I have one product where I want to provide a link to the designer, but don’t want add to cart, #, etc. I only know the css to not display for all pages, but not just 1.
The places on the ss marked with black x are what I don’t want on this page
thank you
EDIT: I did a little tweaking to make it better, but still need to know how to make these 2 elements not display on this product/page
div.quantity, div.quantity ~ .single_add_to_cart_button {
margin-bottom: 10px;
display: none;
}
.product-content .price {
width: 100%;
margin-bottom: .5em;
font-size: 1.4rem;
line-height: 1.2;
color: var(--et_main-color);
}