Hi there,
Here is the solution of your issue:
1> Here we had added xclass arguments and provided a class named ” change-font-awesome-icons”
[fa type=”camera-retro” xclass=”change-font-awesome-icons” ]
read FAQs
Find out more – your questions answered
And finally i add this css on child theme style.css file
i.fa.change-font-awesome-icons {
color:red;
}
Please let us know how it will goes.
Note: Please use child theme style.css file to add custom css, so your changes will not lost on theme update.
Thanks