Hi Reddit,
I saw this at my drugstore of choice in Germany. They add small Images If a product has a specific “Feature” (maybe the wrong Translation, sorry).
I would like to replicate that for four categories (Not WooCommerce, “simple” WordPress) with each Image having a Dimension of 50 by 50 px.
They are small Icons (Vegan, Natural, without Fragrance and without Colorants) that ideally would be added on the left Side of the Image in that Post.
Though it would have to make sure, that those Images Not layer on top of each other but rather below each other, If more than 1 Category and with that Image applies.
I hope you understand somewhat what i mean. 😅
Has anyone an Idea on how to accomplish that? Many thanks in Advance!
[ad_2]
I would create a DIV with the product image. You can also put the category-images in there. With CSS you could place the category-images absolute in the div (for all given categories). The first one 5px left, 5px right, next one 5px left and 30px top, and so on.
This would Work for category-images with identical and fixed size.