1 Answers
To change the color of the Tagline & Get Started button, you can add the following code to the Editor CSS:
.banner .page-description { color: #...; }
.banner #get-started { background: #...; color: #...; }
Hope this helps !
Please login or Register to submit your answer