Lindseykr4 Posted January 4, 2021 Share Posted January 4, 2021 Site URL: https://star-turquoise-mzgf.squarespace.com/ I'm trying to change individual colors of buttons on my website - page noted below. I can generate outlines and change the text color, but I'm looking to just change the background of the button block. I'd like them all to be different colors. Any ideas? https://star-turquoise-mzgf.squarespace.com/home-designing-immersive-programs PW: pilot Link to comment
tuanphan Posted January 5, 2021 Share Posted January 5, 2021 Add to Home > Design > Custom CSS div#block-yui_3_17_2_1_1608554061906_6771 a { background: blue; } div#block-yui_3_17_2_1_1607541617718_19582 a { background: violet; } div#block-yui_3_17_2_1_1607541617718_20245 a { background: red; } div#block-yui_3_17_2_1_1607541617718_22702 a { background: green; } 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
Lindseykr4 Posted January 5, 2021 Author Share Posted January 5, 2021 @tuanphan That worked great, thank you! Link to comment
tuanphan Posted January 7, 2021 Share Posted January 7, 2021 I see logo is huge so blurry on mobile. If you want to resize, add this to Design > Custom CSS /* resize mobile ypo logo */ @media screen and (max-width:767px) { div#block-yui_3_17_2_1_1607636525796_4682 { width: 50%; margin: 0 auto; } } 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.