creelle Posted July 14, 2020 Posted July 14, 2020 Site URL: https://scaced.squarespace.com/ Hello, I would like to know how to add separate background colors to a summary block and a twitter feed that are all in the same section on my homepage - is this possible? I would like the background color of the summary block to be hsl(170, 51%, 51%) and the background color of the twitter feed to be hsl(49, 100%, 50%) Let me know if this is possible, Thanks!
tuanphan Posted July 15, 2020 Posted July 15, 2020 Add to Home > Design > custom CSS div#block-yui_3_17_2_1_1592258026945_9977 { background: hsl(170, 51%, 51%); } div#block-yui_3_17_2_1_1594752428387_21452 { background: hsl(49, 100%, 50%); } 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!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.