Kieffer McBride
asked 10 years ago

When I hover over the Get Started button, the color of the animation is white. How do I change that? Also, the edge of the button is cut off on the left side. Is there a fix for that?

1 Answers
DominicStaff
answered 10 years ago

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

.banner #get-started.active {
    background: #....;
    border-color: #.....;
    color: transparent !important
}
.banner #get-started {padding-right: 29px;}

Hope this helps !

Powered by DW Question & Answer Pro