Kimbal Posted May 8, 2022 Posted May 8, 2022 Site URL: https://www.kimbalbumstead.com/shop Hello, I am looking for a CSS code that can target a specific button on my page, to change it from Outline to Solid. My sitewide button settings are set to Outline (which I want to keep) but there's just one light blue button on this page near the bottom which i'd like to target https://www.kimbalbumstead.com/shop Can I do this with the block ID for the button? #block-yui_3_17_2_1_1652019466336_1891 Ive tried guessing various codes but obviously none of them worked! Any help much appreciated! 🙂
tuanphan Posted May 9, 2022 Posted May 9, 2022 16 hours ago, Kimbal said: Site URL: https://www.kimbalbumstead.com/shop Hello, I am looking for a CSS code that can target a specific button on my page, to change it from Outline to Solid. My sitewide button settings are set to Outline (which I want to keep) but there's just one light blue button on this page near the bottom which i'd like to target https://www.kimbalbumstead.com/shop Can I do this with the block ID for the button? #block-yui_3_17_2_1_1652019466336_1891 Ive tried guessing various codes but obviously none of them worked! Any help much appreciated! 🙂 Use this CSS div#block-yui_3_17_2_1_1652019466336_1891 a { background-color: #0df2e3 !important; color: white !important; } 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
Create an account or sign in to comment
You need to be a member in order to leave a comment