Cart module

  • Posts: 7
  • Thank you received: 0
7 years 5 months ago #254714

l would wish to add a cart icon at the top of my website but lm unable. l have gone through the forum but still cant do it. could you help me with step by step how l can do that please? website:risingtechnologieskenya.com

Please Log in or Create an account to join the conversation.

  • Posts: 4510
  • Thank you received: 611
  • MODERATOR
7 years 5 months ago #254718

Hello,

I don't really understand where you want have your cart icon, anyway you can use some code Css, like this kind :

div#hikashop_cart_97:before {
    content: url(cartIcon.png);
}
Where :
- div#hikashop_cart_97 => is your html class selector
- cartIcon.png => is your url to your picture.

Note :

- You can learn how to custom your frontend Css, here
- See "content" css properties and learn more about Css abilities, here

If you need more details, you must be more clear, and especially on where precisely you want add your cart icon, maybe with a screenshot (and annontations) and an url link to your website

hope this will help you.

regards

Last edit: 7 years 5 months ago by Philip.

Please Log in or Create an account to join the conversation.

Time to create page: 0.055 seconds
Powered by Kunena Forum