MJB Posted March 23, 2022 Share Posted March 23, 2022 Hi, I need to change the colour of the buttons & shopping cart in the header navigation of my shop and cart pages on Squarespace 7.1 I need it to be this colour: #001e62 If you can help, thanks very much in advance. Link to comment
TheSquareSpacer Posted March 23, 2022 Share Posted March 23, 2022 Yes you can change it. I may need URL to help you better. Or you can find the class by inspecting elements and pass this CSS header { color: #001e62 } Get Our MultiCurrency Extension for Your Site (7.0 & 7.1) Feel free to reach out for help and projects! The Squarespacer Limited Link to comment
MJB Posted March 24, 2022 Author Share Posted March 24, 2022 Ok that's great the URL is empressbeds.com and the password is: Makeitadouble Thanks a lot for your help Link to comment
tuanphan Posted March 26, 2022 Share Posted March 26, 2022 On 3/24/2022 at 4:43 PM, MJB said: Ok that's great the URL is empressbeds.com and the password is: Makeitadouble Thanks a lot for your help For cart page, add to Design > Custom CSS body#cart header#header a.btn { background-color: #f1f; color: black; } body#cart header#header svg.icon--cart { stroke: black; } body#cart .sqs-cart-quantity { color: black; } 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
MJB Posted March 26, 2022 Author Share Posted March 26, 2022 On 3/23/2022 at 6:49 PM, TheSquareSpacer said: Yes you can change it. I may need URL to help you better. Or you can find the class by inspecting elements and pass this CSS header { color: #001e62 } Could you help with this? Link to comment
TheSquareSpacer Posted March 27, 2022 Share Posted March 27, 2022 13 hours ago, MJB said: Could you help with this? body#cart header#header a.btn { background-color: #fff !important; //Set the Background Color you want for the Button, I have set it to white color: #001e62 !important; } body#cart header#header svg.icon--cart { stroke: #001e62 !important; } body#cart .sqs-cart-quantity { color: #001e62 !important; } Get Our MultiCurrency Extension for Your Site (7.0 & 7.1) Feel free to reach out for help and projects! The Squarespacer Limited 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