Image on service titles

How can I change the title of a service by an image in the services section?

Hello there,

I hope you are doing well today.

I am not very clear as to what it is that you are requesting. Is that you you want to have an image in place of the title?

I await your response.

Best Regards,
Support

Yes, I want to have an image in place of the title!

Thank you for the clarification.

Unfortunately, this isn’t an option thats supported by the theme.
Achieving this would require advanced customizations that fall outside the scope of support i’m able to provide.

However I’d love to point you in the right direction.

  1. You’ll need to load your image to your website, replace it with the URL in the CSS below.

Kindly add and save the following code to Appearance > Customize > Additional CSS:

/*change service icon image wit an image*/
.service-icon {
    content: url(http://placehold.it/350x150);
}

Best Regards,
Support

I got put a image in the service content! That’s Ok!

Thanks!!!

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