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
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
Cheers!..