Hello,
is it possible to add or customize something in the feature widget, so that instead of a complete filled circle as icon container I only have an outer border with a set width, where I also can apply some css to change color on hover like here: http://demo.themeisle.com/zerif-lite/ (scroll past the header image).
I looked a bit through the widget bundle plugin folder and found *.svg’s like round.svg and tried to change them, so they only show a border, but I didn’t get it to work. I did it like shown here: http://www.w3schools.com/svg/svg_circle.asp (except I set the fill property to “none”).
I hope you can help me, thanks
Hi Pcmr
Unfortunately, this isn’t possible without some custom coding. I’ve marked this thread as a feature request. We often look through these threads to get ideas for what to add in our future updates. Hopefully, we’ll be able to add this in a future update.
If you need this urgently, you could always post a job on https://codeable.io/.
Ok, thank you.
Do you know if it is possible to update the FontAwesome file for the Circle Icon widget or even if I could add own icons? The thing is that I already got hover effects working with the circle widget, but when setting up my site I noticed that I needed one icon that was not available.
For sure. You can add your icon by uploading it to the Media Library and then copying the URL that’s found in the right column, that’s the source URL for the file in the library. Take that URL and copy it into the Circle Background Image URL field.
Thanks for the suggestion, but I actually managed to replace the font awesome files with the most recent ones and added the new icons in the icons.php file, so the new icons are available from the dropdown within the circle widget.
Glad to hear you made progress. Just remember that those changes aren’t update safe so if you run a theme update you’d need to redo them.