Hi Everyone,
I’m trying to create a Product Page that looks similar to this (Midnight Renewal – Omorovicza), particularly having the product form float in this way.
Does anyone know a theme with this feature - or able to help me with some simple code?
Thanks,
Dan
If you mean the “sticky” add to cart button as you scroll, while that could be added to a theme directly I believe there are apps that add that functionality. (I was planning to build a theme app extension for that at a some point too…)
Hey Rob, I’m really trying to get the product form to be a different colour to the page background. Sorry - I didn’t really explain that too well. I’d like the form to look like a card on the page as it doe on this website.
Oh, sorry, did not notice because I was browsing via mobile…
You should be able to target the parent element with CSS and give it a background color.
Typically themes that have a two-column layout like that have an easy way to target a single column via a short selector and with that it’s just a matter of applying CSS to make the visual change.