marinebon / www_marinebon2

MBON Website 2021 Rebuild in progress
https://marinebon2.netlify.app/
MIT License
1 stars 1 forks source link

customize product card view #39

Open 7yl4r opened 2 years ago

7yl4r commented 2 years ago

It might be nice to include certain tags (or icons representing tags) on the product cards in the same way that Ben's product demo did.

In order to modify the card view we need to override the wowchemy li_card partial.

This will modify all card views. Rn that isn't an issue since the product view is the only one using the cards.

MathewBiddle commented 2 years ago

Not sure if it's worthy of a new ticket, but it's really hard to read the titles of the products/tools: image

Not sure if that's because I use Dark browser mode.

MathewBiddle commented 2 years ago

I like the different colored tags. I think the colors need to be adjusted so they pop and the text is readable. image

7yl4r commented 2 years ago

I think @torieketcham has been playing with different color schemes.

Is there a way to put these colors into the javascript as some HSV shift calculated from the "primary" in CSS? I think that would be the ideal approach but maybe we should just nail down the site colors then adjust these.