Needery Posted October 4, 2020 Share Posted October 4, 2020 Site URL: https://getgetgot.com Hello, I have 6 poster image blocks on my home page, all with buttons. I want to change the colours of one of those buttons. It has the block ID of #block-109bab89a6071874dca6 Is this possible and what CSS do I need? The site is www.getgetgot.com Thank you. Link to comment
creedon Posted October 5, 2020 Share Posted October 5, 2020 You have a great start with the block ID! Try the following as a starting point. #block-109bab89a6071874dca6 .image-button a { color: red; background-color: green; border: 4px solid blue; } Obviously change your colors and such. Let us know how it goes. tuanphan and sleepyacorn 1 1 Find my contributions useful? Please like, upvote, mark my answer as best , and see my profile. Thanks for your support! Link to comment
Needery Posted October 5, 2020 Author Share Posted October 5, 2020 Amazing! Thank you so much. Works perfectly. creedon 1 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