I found it hard to find some good step-by-step tutorials to learn Magento properly. I have learned how to create a module so far (which in my opinion is kinda over complicated compared to a framework like Laravel for example), but what I would like to learn now is how to edit the product list view.
I started to create my own theme, this is working. I edited my page and added the "products list" to the page and then it indeed shows my products. But I would like to (for example) add an extra icon to the individual products, and I would like to change the button color (blue) to green for example.
Is there any tutorial that explains how to do stuff like this in a way a total noob would understand it?
I really want to learn Magento (2.4) but I find it really hard due to the complexity and lack of (specific) tutorials.
A screenshot of one item from the products list is below. This is what it out-of-the-box looks like. I would like to learn how to change that.