GastonDuflos Posted May 5, 2022 Share Posted May 5, 2022 Site URL: http://www.gastonduflos.com Hi I would like to know how to make the "Shopping cart" title as Heading 2 and add light grey (#f5f5f5) background to the shopping list please, does anyone can help me out? Thank you Gaston Link to comment
TheSquareSpacer Posted May 5, 2022 Share Posted May 5, 2022 1 hour ago, GastonDuflos said: Site URL: http://www.gastonduflos.com Hi I would like to know how to make the "Shopping cart" title as Heading 2 and add light grey (#f5f5f5) background to the shopping list please, does anyone can help me out? Thank you Gaston Hi, Upon inspection i found that Shopping Cart is already H2 (see the attachement). Let me know the styling you want to add for it and i will send you the code. However here's the code to add light grey background to shopping list.Please go to design>custom CSS and paste the following code .cart-container { background-color: #f5f5f5 !important; }Please let me know how it goes, and ask for help if it does not work. Please mark the answer as correct if it works. Thanks GastonDuflos 1 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
GastonDuflos Posted May 25, 2022 Author Share Posted May 25, 2022 Hi! Thank you for your help. I copy paste the code that you sent me and it worked! I just need to fix the SHOPPING CART word only. Can we make it bigger? Maybe H1? Thank you! Link to comment
TheSquareSpacer Posted May 25, 2022 Share Posted May 25, 2022 11 hours ago, GastonDuflos said: Hi! Thank you for your help. I copy paste the code that you sent me and it worked! I just need to fix the SHOPPING CART word only. Can we make it bigger? Maybe H1? Thank you! Hi Gaston! You can increase the size of the Shopping Cart Word by increasing the font-size in the following code:Please go to design>custom CSS and paste the following code.cart-title { font-size: 28px !important;}Please let me know how it goes, and ask for help if it does not work. Please mark the answer as correct if it works. Thanks 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
GastonDuflos Posted July 10, 2022 Author Share Posted July 10, 2022 Hi! Yes, I tried and it didnt work yet. Link to comment
paul2009 Posted July 10, 2022 Share Posted July 10, 2022 On 5/5/2022 at 10:53 AM, GastonDuflos said: I would like to know how to make the "Shopping cart" title as Heading 2 As mentioned above, the Cart Title is already a 'h2' heading but you can change the font-size manually with some CSS. Add it to Design > Custom CSS Customise the font size as required (example 42px) Click Save Refresh the page in your browser - otherwise the changes will not be visible 🙂 .cart-title { font-size: 42px!important; } About: Squarespace Circle Leader since 2017. I value honesty, transparency, diversity and great design ♥.Work: Squarespace Developer and founder of SF Digital, building the features Squarespace didn't include™. Content: Links in my posts may refer to SF Digital products or may be affiliate links. Catch up on all the release notes and announcements 2023 [for Circle members only]. There's a public version here too!If I helped, you can thank me by clicking one of the emojis below. If you prefer, you can buy me a coffee.Improve your online store with our extensions. 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