Hi. I’m looking to change the background colour of the intro text. I’ve tried css on both – “.intro h2” and also “.intro { background-color:black; color: white; }”, however they change a the entire text area including button rather than just the text. Is it possible to only change the text background colour?
Hi,
The code will effect the buttom background color as well. If you want to keep the background color of the button, you can add this custom css code as well;
.home-landing .button { background-color: #ccc; }
Thanks
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in and have valid license to reply to this topic.