TTaylor Posted July 18, 2022 Share Posted July 18, 2022 Site URL: https://www.travelsandtreasures.com/home/2022/the-best-chicago-architecture-tours I'm feeling dumb. I have read several posts and tried several CSS code solutions and can't figure out how to change the button color for all the Button Code Blocks on this one page. Appreciate any assistance. Link to comment
AndreaDube Posted July 18, 2022 Share Posted July 18, 2022 2 hours ago, TTaylor said: Site URL: https://www.travelsandtreasures.com/home/2022/the-best-chicago-architecture-tours I'm feeling dumb. I have read several posts and tried several CSS code solutions and can't figure out how to change the button color for all the Button Code Blocks on this one page. Appreciate any assistance. Insert this into CSS: a.sqs-block-button-element--small.sqs-button-element--tertiary.sqs-block-button-element { background-color: #yourcolor !important; } TTaylor and tuanphan 2 Link to comment
tuanphan Posted July 19, 2022 Share Posted July 19, 2022 You can also edit this post > Add a Code Block at bottom of post > Use this code <style> div.button-block a { background-color: #f1f !important; } </style> TTaylor and rewatechno 2 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
Create an account or sign in to comment
You need to be a member in order to leave a comment