How can I change the parralax button color?

Searching the site I found this.

div#shapely_home_parallax-3 a.btn.btn-lg.btn-white {
background: #000;
border-color: #000;
}

div#shapely_home_parallax-3 a.btn.btn-lg.btn-white:hover {
background: #6f767;
border-color: #6f6767;
color: #fdf;
}

But it did not work.

Can anyone give me a hand? I would like to get the buttons red.

Thanks

Hi,

The buttons usually take the color from the accent color in Appearance -> Customize -> Colors -> Accent color. But if you just want the parallax buttons means, use this Custom CSS in Appearance -> Customize -> Additional CSS,

.parallax-window .btn {
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
}

Let us know,

Thanks,
laranz.