I need to customize my navigation by adding a special area on the right side with just three icons: basket, search, and wishlist. Can anyone suggest the best approach to achieve this? I am currently using the Divi theme for my website.
Furthermore, I attempted to use an icon instead of text for the wishlist link but it did not work as expected. I have installed the Font Awesome plugin and tried inserting the following code in the custom menu label:
( link to mentioned website )
<i class="fas fa-heart"></i>
Thank you.