Hi there
I simply love your Focus theme, and I have a simple question: i have an online shop and would like to add next to the social icons a shopping cart-like icon that directs to the shop.
Any simple way to do so?
Regards
Hi,
If you want to make a shopping cart icon that directs to your shop, you can go to the wp-content -> themes -> dw-focus -> inc -> template-tags.php file and add the following code under line 76.
<li class="shopping-cart"><a href="Your-shop-link"><i class="fa fa-shopping-cart"></i></li>
Hope this helps !
Thanks for the quick answer! The fact is that it is not working, but I think it is my fault: the shop is not in the same website: it is another different website
When I click on the cart it directs me to the url of my website + the url I indicated for the shop. Any thoughts?
Regards
You can send me username & password of your site for further checking (via private answer).
Solved it!
<li class="shopping-cart"><a href="Your-link-here"><i class="fa fa-shopping-cart">
Sorry, this one:
<li class="shopping-cart"><a href="Your-link-here"><i class="fa fa-shopping-cart">
Well, code gets cut when I submit comment… anyway, solved it!
<li class="shopping-cart"><a href="Your-link-here">
<i class="fa fa-shopping-cart">
Please login or Register to submit your answer