Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #333388

    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

    #334343

    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

    #334505

    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.

    #335026

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Can I add some new widget to the Nav bar’ is closed to new replies.