Service category colours

Where do i specify the Service Category blocks text colour as well as the hover colour of the icons and title? See http://prntscr.com/kdb74u. Also, how do I reduce the top and bottom margin of the background image?

Thanks

Hi,

The services block icon hover colors come from the primary color in the customizer under layout and design. You can also change the color as well by adding css below in your custom css inside customizer:

.services-block.parallax {
color: red;
}
Thank you

As for the margin / padding, in your page builder as shown below:


Thx

Cheers!..