TravelPatches Posted February 18, 2021 Share Posted February 18, 2021 Site URL: https://www.travelpatches.co.uk/ Hi, I've pretty much finished customizing my site, however on the two photos i've attached there is certain text in the blog and in the shopping basket page that I can't turn white by using the settings. On the shopping basket page, it would be nice to the other text to be bigger and whiter but that's not a priority. Does anyone have any idea whether I just missed the setting or if I have to add code to the page instead. Thank you for any replies! Link to comment
creedon Posted February 18, 2021 Share Posted February 18, 2021 (edited) Please point us to the blog page and describe what text you want to change and how. The cart doesn't have much if any specific customization in the SS interface. This is more of a starting point than a full solution. You need to give us more guidance on what you want as far as the cart goes. Add the following to Design > Custom CSS. ProductItem-related-label { color : white; } /* begin make some blog text white */ .Blog-meta a, .Blog-meta, .BlogItem-pagination-link-label, .BlogItem-pagination-link-title, .BlogItem-title, .BlogList-item-title { color : white; } .Blog-meta a:hover { color : rgba( 226, 226, 226, .5 ); } /* end make some blog text white */ /* begin make some cart text white and bigger */ .cart-title { color : white; } #cart { color : white; } .CartTable-itemLabel-3zzV1 { font-size : 14px; font-weight : 500; } #cart .item-remove button { font-size : larger; } /* end make some cart text white and bigger */ This is for a v7.0 site using a Brine family template. Let us know how it goes. Edited February 19, 2021 by creedon version 3 Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects. Link to comment
TravelPatches Posted February 18, 2021 Author Share Posted February 18, 2021 Thanks for the custom css, it worked and the shopping cart looks perfect now! I have activated the blog page so you can navigate to it yourself: https://www.travelpatches.co.uk/blog-brine Thank you! Link to comment
creedon Posted February 18, 2021 Share Posted February 18, 2021 (edited) I've updated my code post. Let us know how it goes. Edited February 18, 2021 by creedon Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects. Link to comment
TravelPatches Posted February 18, 2021 Author Share Posted February 18, 2021 Hey, You've done so much so far so thank you, but there's just one last bit that isn't white. https://www.travelpatches.co.uk/blog-brine/2015/10/15/ramen-p79hb The title isn't white when you click on the blog post, and at the bottom on the left and right (previous blog post and next blog post) are not in white either. Thank you for your help so far, you've helped me enormously, I can send you a couple of free patches as a thanks? Link to comment
TravelPatches Posted February 19, 2021 Author Share Posted February 19, 2021 I made another edit: https://www.travelpatches.co.uk/shop/australia-travel-patch "You might also like" is text below the exerp and it's not in white either. Sorry. Link to comment
creedon Posted February 19, 2021 Share Posted February 19, 2021 No worries. Updated cost post again. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects. 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