...

Make Font Awesome Icon Thinner Using CSS in a Minute free code

Table of Contents

Introduction

If you’re looking to make your icons thinner using CSS, you’re in the right place. In just one minute, you can achieve this with a simple CSS code snippet. First, ensure you have the WP Code Plugin and the Custom CSS Plugin installed on your WordPress site. These plugins make adding custom code to your site easy and efficient.
Elementor icon make thinner
icon library

CSS Code for Thinner Icons

Here’s the CSS code to make your icons thinner:

custom css
CSS
selector i {
  color: currentColor;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: currentColor;
  text-align: center;
}

Steps to Install Plugins

 


 

Installing WP Code Plugin

 

  • Go to your WordPress dashboard.
  • Navigate to Plugins > Add New.
  • Search for “WP Code.”
  • Click “Install Now.”
  • Activate the plugin.

 

Installing Custom CSS Plugin

 

  1. Go to your WordPress dashboard.
  2. Navigate to Plugins > Add New.
  3. Search for “Custom CSS.”
  4. Click “Install Now.”
  5. Activate the plugin.

 

Adding the CSS Code

 

Now, add the CSS code to your Custom CSS Plugin, save the changes, and your icons will have a thinner, elegant look.

 

Enjoy your newly styled icons and streamlined web design!

 

 

Seraphinite AcceleratorOptimized by Seraphinite Accelerator
Turns on site high speed to be attractive for people and search engines.