sigilscent Posted May 21, 2020 Share Posted May 21, 2020 Site URL: https://www.sigilscent.com/shop/prima-materia I'm trying to figure out how to customize the background color of the dropdown on product options. As you can see in the link and attached file, each of my product pages has a unique background color that's different from the homepage background color. It appears the dropdown for the "size" product option is pulling in the standard background color, and there's no way to change this in the site styles options. Any suggestions? I'm guessing I need a CSS injection on each product page? Help! Link to comment
tuanphan Posted May 25, 2020 Share Posted May 25, 2020 To change all products page background, add this to Home > Design > Custom CSS .collection-type-products.view-item .Main--products-item { background: #dce5d7 !important; } To change for One Product, add to Home > Design > Custom CSS body#item-5bd363691905f49b74554bdf .Main--products-item { background: #dce5d7 !important; } Repalce body#item... with Product Page ID. See how to find Page ID. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
sigilscent Posted June 16, 2020 Author Share Posted June 16, 2020 On 5/25/2020 at 2:55 AM, tuanphan said: Thank you. I tried the second example of code while replacing the item ID and hex code for each product page, but the dropdown was still the same site-generic cream color on the dropdown. Any other ideas? Thank you for your help! Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment