Change title color, button background color

Hello. I want to change the color of my website’s homepage title as well as the buttons’ background color. How would I do this?
Here is the link to my website: http://hsa.hr/wordpress/

I want to change the border and background color of the buttons “O nama” and “HSA Shop” and the main title “Hrvatska studentska asocijacija” color from white to something more visible. Thank you.

Hello there,

This css should help:


/*Jumbo text color*/
 .image-bg h1 {
    color: #000;
}

/*Button 1 Color*/
.btn-white, .image-bg .btn, .image-bg .btn:visited {
    color: #000;
    border-color: #000;
}

/*Button 2 Color*/
.image-bg .btn.btn-filled {
    background: red;
    color: #fff;
    border-color: red;
}


Best Regards,
Support

Thank you

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support