Andrew Leong
asked 9 years ago

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
DominicStaff
answered 9 years ago

Hi,
To resolve this issue, you can add the following code to the style.css file:

.banner #get-started {
    color: #... !important;
}

Hope this helps!

comfy
replied 9 years ago

Thank you very much! It worked 🙂

Powered by DW Question & Answer Pro