Private: Home › Forums › WordPress Themes › Elvyre – Retina Ready WordPress Theme › Creating New Section › Reply To: Creating New Section
August 6, 2015 at 3:22 pm
#3503
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