patrickdodd Posted March 9, 2021 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 ?
tuanphan Posted March 12, 2021 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!)
patrickdodd Posted March 16, 2021 Author 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!
patrickdodd Posted March 22, 2021 Author Posted March 22, 2021 @tuanphan Just checking on this. Thanks!
Beyondspace Posted March 24, 2021 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 (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
Recommended Posts
Archived
This topic is now archived and is closed to further replies.