https://cozycoven.myshopify.com/collections/all
pw: sksk
How do I go about removing the word “Products” from the top left of the page, can’t seem to figure it out.
Thank you.
https://cozycoven.myshopify.com/collections/all
pw: sksk
How do I go about removing the word “Products” from the top left of the page, can’t seem to figure it out.
Thank you.
Hi @CozyCovenShop ,
This is Henry at PageFly - Shopify Advanced Page Builder app.
You can try this code by following these steps:
Go to Online store => themes => actions => edit code and add this code on file theme.liquid before tag
Hope this answer helps.
Best regards,
Henry | PageFly
To remove the word “Products” from the top left of the page, you need to locate the relevant code and either delete it or modify it. Here’s a general approach to find and remove the word:
Inspect the element: Right-click on the word “Products” and select “Inspect” or “Inspect Element” from the browser’s context menu. This will open the browser’s developer tools and highlight the corresponding HTML code.
Identify the HTML element: Look for the HTML element that contains the word “Products.” It might be a <h1>, <h2>, or a <div> element with a specific class or ID.
Remove or modify the code: Once you’ve located the HTML element, you can delete the text “Products” or modify the element’s content to remove it. In the developer tools, you can make temporary changes to see the effect before applying them permanently in your code.