Slider Box color / Sidebar move

Hello,

Im wondering if the Box on the slider could change the color via css ?
And move the sider bar more to right ?

It would be great to get some help for this good looking Theme

Many Thanks

Hi,

For color you could use this css code:

.cfa }
    background: #1FA67A;
{

In order to move the button more to right use this css code:

.cfa-button{
float: right;
}

Thanks,

Cristian