janedoe4000 Posted April 6, 2020 Share Posted April 6, 2020 Hi! I have several buttons on the same page and I would like them to be different in background color and font color. So; how can I switch a single buttons background color and font color? Link to comment
tuanphan Posted April 6, 2020 Share Posted April 6, 2020 Can you share link to page where you use these buttons? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
janedoe4000 Posted April 6, 2020 Author Share Posted April 6, 2020 @tuanphan https://orchid-deer-93zh.squarespace.com Link to comment
tuanphan Posted April 8, 2020 Share Posted April 8, 2020 Add to Home > design > custom CSS /* button 1 */ div#block-yui_3_17_2_1_1585996930778_15664 a { color: red; background: black; } /* button 2 */ div#block-yui_3_17_2_1_1585996930778_16772 a { background: #f5b6b8; color: white; } /* button 3 */ div#block-yui_3_17_2_1_1585996930778_17893 a { background: #ffe600; color: violet; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.