- This topic has 1 reply, 2 voices, and was last updated 8 years ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.


Home › Forums › Free Themes › Easy Commerce › Where to change font-awesome coding for shopping bag
Hello,
I know i need to alter:
<i class=”fa fa-shopping-bag” aria-hidden=”true”></i>
to:
<i class=”fa fa-shopping-cart” aria-hidden=”true”></i>
to change the shopping cart icon, but where do i do this? I cannot find it in any of the .css files anywhere.
Thank you
Hello @OOtroyagmail-com,
To replace the shopping cart icon you have to activate the child theme.
You can activate the child theme using the plugin given below :
https://wordpress.org/plugins/wp-child-theme-generator/
After activating the child theme in your child themes functions.php file paste below given code .
https://gist.github.com/anonymous/0f7332b76a3a72942e536cda86e1fc47
Also please do not make any modification directly in your parent file as the original modification will be lost and When you update the theme the new modification will be lost .
Hope this helps .
Best Regards!!
| Cookie | Duration | Description |
|---|---|---|
| cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
| cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
| cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
| cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
| cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
| viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |



