Support Forum

For all questions related to themes and plugins!

Enter search keyword e.g. "footer color".

  • Registration is Required

    Registration is required to post questions to support forum. ThemeForest buyers also need to obtain Purchase code to be able to post on forum.

    Please read here how to obtain Purchase code.

#3503
Danijel
Participant

Hi,

Unfortunately you can’t add custom icons, we will need to modify services at core and this is quite complicated task.

But you can easily color icons with this css code:

.service-box-1 .icon{
color: red;
}

Tip:

Check out this tutorials how you can customize wordpress themes by your own 🙂
https://premium.wpmudev.org/blog/chrome-developer-tools/?utm_expid=3606929-46.O3zA8dlfQ7OjzdOy6sld8g.0

http://www.presscoders.com/wordpress-theme-customization-guide/

Danijel