Viewing 3 reply threads
You must be logged in to reply to this topic.
Hi!
I’d like to add an account icon to the left of cart icon. I know it’s possible to do it, need to edited header.php but I don’t know the script and where to add it :-(
The website
https://acquise-formation.com/
thanks for your help
Hello,
The responsive block of code for the header tools is in file header.php. Line (173):
<!-- Tools -->
<div class="header_tools">
You can make the changes here. Please know that this is a personal customization, not included in support.
Best regards!
Hello,
Near the header_search_button a href code add this:
<a class="right_search open_search_button" href="{place here the link you need}">
<i class="icon-user"></i>
</a>
Let me know if this works
Thanks
You must be logged in to reply to this topic.