Hi there, I’m trying to create similar look to this:
https://www.awesomescreenshot.com/image/3171993/5f1a767952e25d4bc1b562899926e721
Both Blue circled icons & ones below…
Enfold’s icon related options doesn’t have enough option to create this look….. And I’ve been looking into using Font Awesome using code but that doesn’t provide enough info to make this work either.
Is this possible to do this in Enfold? If so, please help!
If not, do you have another theme/solution that might work?
Thank you.
Hey bulewold,
Can you try to check the solution on this thread: https://kriesi.at/support/topic/font-awesome-4-2-0-with-enfold-not-working/#post-324419
Hope this helps :)
Best regards,
Nikko
Thank you, that got me one step closer… But would you be able to help me how to control the icon display to have blue circle background and etc? Shown toward bottom on this page: http://fwiwappraisals.com/
Hi,
Here is an example of the css necessary to create the blue background circle:
i.fa.fa-users {
border-radius: 50% !important;
width: 50px;
height: 50px;
background: #005bab;
}
Note that this code is for the Font Awesome “users” icon, but you could adjust to your icons.
Best regards,
Mike
Thanks for the help! You guys are awesome!