Stacking Font Awesome Home › Forums › Agama Pro › Stacking Font Awesome Topic Resolution: Resolved Tagged: font awesome, visual composer This topic has 3 replies, 2 voices, and was last updated 7 years ago by Jerry. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts November 3, 2016 at 2:45 pm #2680 LindsayParticipant Hello, I am trying to stack the FA circle with a number. I have it working, except that both are black so you cannot see the number. This is the code I am using: <span class=”fa-stack fa-3x”> <i class=”fa fa-circle fa-stack-2x”></i> <strong class=”fa-stack-1x text-primary” color-ffffff>1 </span> I am using the raw HTML box in Visual Composer and following this concept: http://blog.fontawesome.io/2014/05/19/stacking-text-and-icons/ How do I change the colors? November 4, 2016 at 1:58 pm #2682 JerryKeymaster Hello Lindsay, You can add color attribute like next: <i class=”fa fa-circle fa-stack-2x” style="color: #colorcode;"></i> <strong class=”fa-stack-1x text-primary” style="color: #ffffff;">1</strong> Regards November 4, 2016 at 4:30 pm #2686 LindsayParticipant Thanks so much! Does the same principal apply to change the font as well? I would like to use something more rounded. November 4, 2016 at 4:50 pm #2687 JerryKeymaster Yes same 😉 Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In