change fa to fa-solid
-
I am using this plugin on a website built using Bricks. I want items ALREADY in the favourite list to display a sold heart icon. However, the code is producing fa fa-heart which is the FontAwesome code for the generic heart. I need to update it to fa-solid fa-heart in the following code:
<!– BROWSE WISHLIST MESSAGE –> == $0
<div class=”yith-wcwl-wishlistexistsbrowse” data-product-id=”2223″ data-original-product-id=”2223″>
<span class=”feedback”>
<i class=”yith-wcwl-icon fa fa-heart“> ::before </i>
</span>
<a href=”https://wiredformovement. com/favourites/” rel=”nofollow” data-title> </a>
</div>
I cant work out how/where to change this – please can you help? The website is behind a “Coming soon” screen so it cant been seen at the moment, which is why I have included the outputted code.The page I need help with: [log in to see the link]
The topic ‘change fa to fa-solid’ is closed to new replies.