Home Forums Free Themes Easy Commerce Where to change font-awesome coding for shopping bag

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #58998
    00troya@gmail.com
    Participant

    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

    #59008
    wensolutions
    Keymaster

    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!!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.