elijah_aaron Posted January 19, 2022 Posted January 19, 2022 Site URL: https://www.palnikstudios.com www.palnikstudios.com. password: yes Hiya 🙂 I keep trying various ways to target my shopping cart page but nothing works... I'd like to simply give it side borders that match the rest of my site. I'm also trying to edit the color of the button on hover. #cart doesn't work and #cart-body: doesn't either.
creedon Posted January 19, 2022 Posted January 19, 2022 To target CSS to the cart page only your ruleset selectors need to start with #cart 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.
elijah_aaron Posted January 19, 2022 Author Posted January 19, 2022 @creedon so how would I add a border? #cart-body{ border-right: 17px double #ce696c; Â border-left: 0px double #ce696c; border-right: 0px double #ce696c; Â Â border-bottom: 6px solid #ce696c; }
creedon Posted January 19, 2022 Posted January 19, 2022 Add the following to Design > Custom CSS. #cart #page {  border-left : 10px double #ce696c;  border-right : 10px double #ce696c;    } Let us know how it goes. 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.
creedon Posted January 20, 2022 Posted January 20, 2022 Is the code installed now? I did not find it. Here is your site without the code. And with my code installed locally. 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.
elijah_aaron Posted January 21, 2022 Author Posted January 21, 2022 @creedon Ah it worked. For some reason on the cart page, the css changes aren't immediate. I had to save and reload. Hey, while I have you.. My design is completely done (fingers crossed)! Theres only one element I can't seem to fix for the life of me! Do you know how I can target the newsletter button? I want it to look and behave like all my other buttons behave. For some reason it's acting up... I'd also like the space between the main page and the footer to be much less. After that, I think I'm done!! Thank you so much for helping me!  -Elijah
creedon Posted January 21, 2022 Posted January 21, 2022 13 hours ago, elijah_aaron said: I'd also like the space between the main page and the footer to be much less. Add the following to Design > Custom CSS. .page-section.vertical-alignment--middle:not( .content-collection ):not( .gallery-section ):not( .user-items-list-section ).section-height--small > .content-wrapper {  padding-bottom : 0;    } This is for v7.1. Let us know how it goes. 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.
creedon Posted January 21, 2022 Posted January 21, 2022 13 hours ago, elijah_aaron said: Do you know how I can target the newsletter button? You show two styles of buttons at the top of your image. Which one were you hoping to emulate for the newsletter button. 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.
elijah_aaron Posted January 22, 2022 Author Posted January 22, 2022 @creedon The footer code worked! Thanks so much! Regarding the button, I'd like it to be black outline and black text, then upon hovering, turn #ce696c with white text. (In the screen shot, I had the mouse over the button on the top right. Thank you so much for helping me
creedon Posted January 22, 2022 Posted January 22, 2022 Quote Regarding the button, I'd like it to be black outline and black text, then upon hovering, turn #ce696c with white text. (In the screen shot, I had the mouse over the button on the top right. Ah. I see! 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.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment