elearo Posted October 15, 2019 Share Posted October 15, 2019 Hello, I would like to change the background color of only one page of my website (possibly also the title, only for that one page) Anybody can help? I've tried different codes but nothing seems to work Thanks in advance Eleonora Link to comment
tuanphan Posted October 16, 2019 Share Posted October 16, 2019 @elearo You should provide template name or your site url. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
elearo Posted October 16, 2019 Author Share Posted October 16, 2019 Template is Jaunt and the link is https://www.eleonoraarosio.com/shop Link to comment
tuanphan Posted October 16, 2019 Share Posted October 16, 2019 @elearo Add to Home > Design > Custom CSS body#collection-5d8f7c600182e974a7c2dea9 .Main { background: #ff0000 !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
elearo Posted October 16, 2019 Author Share Posted October 16, 2019 3 hours ago, tuanphan said: @elearo Add to Home > Design > Custom CSS body#collection-5d8f7c600182e974a7c2dea9 .Main { background: #ff0000 !important; } Thanks, it worked! The only problem now is that the top part of the page is still white and I would like to change the title's color too (Eleonora Arosio), again just for the shop page. Any tips? Thanks a lot! Link to comment
tuanphan Posted October 16, 2019 Share Posted October 16, 2019 @elearo body#collection-5d8f7c600182e974a7c2dea9 section.Intro { background: #ffe8e8 !important; } body#collection-5d8f7c600182e974a7c2dea9 .Header-branding { color: #333; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
elearo Posted October 16, 2019 Author Share Posted October 16, 2019 5 minutes ago, tuanphan said: @elearo body#collection-5d8f7c600182e974a7c2dea9 section.Intro { background: #ffe8e8 !important; } body#collection-5d8f7c600182e974a7c2dea9 .Header-branding { color: #333; } You've been so helpful, thanks! One last thing: is there a way to have the same color on the header too (again, only on the shop page) I basically want the page to look all pink, compared to the others which are all white Thanks! Link to comment
tuanphan Posted October 16, 2019 Share Posted October 16, 2019 @elearo body#collection-5d8f7c600182e974a7c2dea9 .Header--top { background: #ffe8e8; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
elearo Posted October 16, 2019 Author Share Posted October 16, 2019 4 minutes ago, tuanphan said: @elearo body#collection-5d8f7c600182e974a7c2dea9 .Header--top { background: #ffe8e8; } Great, thanks again! What if I also wanted the pages of the elements inside the shop to have a all pink background and a white text? For example this one https://hypersphere-tomato-nka3.squarespace.com/shop/zig-zag Link to comment
tuanphan Posted October 16, 2019 Share Posted October 16, 2019 @elearo pink background, white text for product page? https://www.eleonoraarosio.com/shop/i6v5ezu5wkrgqcjxin0tozbq9jyy1f Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
elearo Posted October 16, 2019 Author Share Posted October 16, 2019 1 minute ago, tuanphan said: @elearo pink background, white text for product page? https://www.eleonoraarosio.com/shop/i6v5ezu5wkrgqcjxin0tozbq9jyy1f Yes, for all the products pages Link to comment
tuanphan Posted October 16, 2019 Share Posted October 16, 2019 @elearo .collection-type-products.view-item .Main { background: #ffe8e8; } .collection-type-products.view-item .Main * { color: white !important; border-color: white !important; stroke: #fff !important; fill: #fff; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
elearo Posted October 16, 2019 Author Share Posted October 16, 2019 5 minutes ago, tuanphan said: @elearo .collection-type-products.view-item .Main { background: #ffe8e8; } .collection-type-products.view-item .Main * { color: white !important; border-color: white !important; stroke: #fff !important; fill: #fff; } It's not working on the header tho? And the title is still pink and not white. The "Select Dimension" button seems to have some problems too? Link to comment
tuanphan Posted October 16, 2019 Share Posted October 16, 2019 @elearo /* Header */ .collection-type-products.view-item .Header--top { background: #ffe8e8; } .collection-type-products.view-item .Header-branding { color: #fff; } .ProductItem-details .variant-select-wrapper select { background: #ffe8e8 !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
elearo Posted October 16, 2019 Author Share Posted October 16, 2019 14 minutes ago, tuanphan said: @elearo /* Header */ .collection-type-products.view-item .Header--top { background: #ffe8e8; } .collection-type-products.view-item .Header-branding { color: #fff; } .ProductItem-details .variant-select-wrapper select { background: #ffe8e8 !important; } Thanks! The dimensions tab is doing something funny: the pill shape is sort of cut and it won't show the options https://hypersphere-tomato-nka3.squarespace.com/shop/handreading Link to comment
tuanphan Posted October 16, 2019 Share Posted October 16, 2019 @elearo .ProductItem-details .variant-option select { color: #fff !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
tuanphan Posted October 16, 2019 Share Posted October 16, 2019 @elearo This code forced all elements in product page content to turn white. Because the product page has a lot of elements, checking each code would be very time consuming for me. That code created a problem with the dimension. .collection-type-products.view-item .Main * Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
elearo Posted November 18, 2019 Author Share Posted November 18, 2019 So what's the solution? It's literally only the dimensions box that does that https://www.eleonoraarosio.com/shop/lady-colomba Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.