A user running a Shopify store with the Crave theme wants to hide the vendor/provider text from product pages, as the field cannot be left empty when creating products.
Solution Provided:
Navigate to Shopify admin → Online Store → Themes → Actions → Edit code
Open the Assets folder and locate base.css, style.css, or theme.css
I would like to remove a text element in the front end of my store. I am using the Crave theme. On the product pages you can see the vendor. I would like to make this text element not visible. Unfortunately, there is no way to leave this field blank when I create a new product. It then always shows the message “There is 1 error with this product: Vendor must not be empty”.
How can I remove this text element? Is there maybe a way to do this in the code of the theme?
Thanks and best regards
Rudi Rühl
Thank you for the information. No worries at all I check my notification all the time.
Try this one.
From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
Find the theme that you want to edit and click on “Actions” and then “Edit code”.
In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
so far i understood most of it. But where exactly do i have to implement the code in the base.css part? I mean, you did say it has to go at the bottom but where exactly? The base.css exists. Thank you. I would be very thankful about antother quick advice regarding this.