How do I find out in which CSS Theme-File a certain section on my website sits?
I do understand the developer mode and can select certain sections on my website but where do I find in which CSS theme in my theme customiser this code mentioned in “style” is sitting.
I.E. I have clicked on the “powered by shopify” and want to delete this in my css but I cant find ich which CSS theme this code ist. Its not in footer. Please help we that would make things a lot easier and I could start customising my theme.
You can remove the “Powered by Shopify” message if you don’t want it to appear in your store without editing your theme code by following the guide below:
To find out in which CSS theme file a specific section on your Shopify website is located, you need to follow these steps:
Go to your Shopify admin dashboard and click on “Online Store” and then “Themes”.
In the “Themes” section, click on the “Actions” button and select “Edit code”.
In the “Edit code” page, you will see a list of all the files that make up your current theme. These files include HTML, CSS, JavaScript, and Liquid files.
To find the CSS file that contains the code you want to edit, you may need to search through all the CSS files. One way to do this is to use your browser’s developer tools to inspect the specific element you want to edit. In the inspector window, you can find the CSS file and the line number where the code is located.
Once you find the file with the code, you can remove or edit it depending on what you want to achieve.
Editing Shopify code can seem daunting for beginners, but fortunately, there are a few tips that can make the process easier for you!
Create a backup of your theme: Before making any changes, make sure to create a backup of your theme. This way, if something goes wrong, you can easily revert to the original version without losing any of your changes.
Consult the documentation: Shopify has a wealth of documentation and tutorials that can help you learn how to code with Liquid, Shopify’s templating language. The documentation is organized by topic and skill level, so you can easily find what you need.