Hi i would to ask how do i change the color of the text of the button at the bottom end of the diamond background? Just below the logo there is a rounded rectangular button with the text "Learn More" there. However it’s white in colour, thus you can’t see the text as the button background is white too. I’ve tried looking into the CSS i can’t seem to locate that colour in any of the files.
Website : http://goo.gl/jRSPrQ
Thanks!
1 Answers
Hi,
To resolve this issue, you can add the following code to the style.css file:
.banner #get-started {
color: #... !important;
}
Hope this helps!
Thank you very much! It worked 🙂
Please login or Register to submit your answer