patrickdodd Posted March 9, 2021 Share Posted March 9, 2021 Site URL: https://aaronredfieldnew.squarespace.com/ pw: chickenwings I am trying to change the words "Collaborations" to a yellow and "About" to a brown -- but it looks like links all stay the same. Can you separate the main color per font size change these to be multiple colors? Also, I want to change the paragraph spacing to make the words closer to each other on this home page? Thanks! @bangank36 ? Link to comment
tuanphan Posted March 12, 2021 Share Posted March 12, 2021 Add to Design > Custom CSS /* text color */ div#block-ce4ee8d9ce39d7236fd6 [href="/collaborations"] { color: yellow; } div#block-ce4ee8d9ce39d7236fd6 [href="/about"] { color: brown; } 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
patrickdodd Posted March 16, 2021 Author Share Posted March 16, 2021 Amazing! @tuanphan If I have a specific color code / shade of color, how do I load that in this Custom CSS? Thanks! Link to comment
patrickdodd Posted March 22, 2021 Author Share Posted March 22, 2021 @tuanphan Just checking on this. Thanks! Link to comment
patrickdodd Posted March 24, 2021 Author Share Posted March 24, 2021 Or anyone? Checking in? @bangank36? Link to comment
Beyondspace Posted March 24, 2021 Share Posted March 24, 2021 Grab the hexa code for site similar to this HTML Color Codes Update the code accordingly /* text color */ div#block-ce4ee8d9ce39d7236fd6 [href="/collaborations"] { color: #A24A37; } div#block-ce4ee8d9ce39d7236fd6 [href="/about"] { color: #A24A37; } BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
patrickdodd Posted April 29, 2021 Author Share Posted April 29, 2021 Thank you so so so much @bangank36!!! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.