How to make your Elementor icon so light?
In general if you take a icon in elementor it will be thick & there is no options to make it thin in elementor. But you can do that just applying a simple css code over here..copy this code & paste it in your icon custom css option & see the magic
selector .elementor-icon,
selector .elementor-icon-list-icon{
color: currentColor;
-webkit-text-fill-color: transparent;
-webkit-text-stroke-width: 2px;
-webkit-text-stroke-color: currentColor;
}
Before
After
This is my firts post in this Blog .proud to be a member & blog writer of team web soldiers.
ReplyDelete