Dear sir.
Thanks for your such great job. Especially the 3.0 is quite great, I love the update so much. But I planning to have a online store. And I need to add some more customs widget to the Nav bar. Can I do that?
And BTW, about the cart, now for this theme seems it need to have something in cart then it will show up, but can I change it to be a Icon or link on the top bar menu or something. But it can work similar like my mouse hover on it will show what is in the cart? If that’s possible would be great.
Thanks and best regards,
Andy
Hi tangcslanyu!
Thank you for using Enfold
Once you add an item to the cart, the cart button appears in the corner, and if you hover on it, it displays all items in your basket.
Best regards,
Arvish
Thanks for your answer. And how about my another questions. Can I add some widget in the nav bar area, I mean the Logo bar place. I would like to add some image or something appear on the nav bar.
Hi!
Please go to Appearance > Editor and open helper-main-menu.php file and find
echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', $addition, 'strong', true);
and add your text right below it as following
echo "<div class='header-custom-text'>Here is my custom text!</div>";
Then you can adjust its position using custom CSS in Quick CSS field
.header-custom-text { position: relative; right: 0; top: 10px; color: red; font-size: 24px; }
Best regards,
Yigit