janedoe4000 0 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 post
0 tuanphan 8,951 Share Posted April 6, 2020 Can you share link to page where you use these buttons? janedoe4000 1 You can send your question to my email to get detail answer. / How to Setup Password & Share URL --- Happy New Year Link to post
0 janedoe4000 0 Author Share Posted April 6, 2020 (edited) @tuanphan https://orchid-deer-93zh.squarespace.com Edited April 6, 2020 by janedoe4000 Link to post
0 tuanphan 8,951 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; } You can send your question to my email to get detail answer. / How to Setup Password & Share URL --- Happy New Year Link to post
Question
janedoe4000 0
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 post
Top Posters For This Question
2
2
Popular Days
Apr 6
3
Apr 8
1
Top Posters For This Question
janedoe4000 2 posts
tuanphan 2 posts
Popular Days
Apr 6 2020
3 posts
Apr 8 2020
1 post
Popular Posts
tuanphan
Can you share link to page where you use these buttons?
3 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment