Hello - thanks in advance for any help.
Under the Buy Now section, I’d like to remove the View Full Details dropdown under the Buy it now button.
Instead, I’d like for this page to appear as follows without being prompted to View full details:
Hello - thanks in advance for any help.
Under the Buy Now section, I’d like to remove the View Full Details dropdown under the Buy it now button.
Instead, I’d like for this page to appear as follows without being prompted to View full details:
Hello @MiuraBeauty
Please provide your store URL, so I can review it and provide a solution.
Hello @MiuraBeauty
You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.
.share-button+.product__view-details {
display: none;
visibility: hidden;
}