can't find a way to access hikacart or hikawishlist as mentionned in css list

  • Posts: 14
  • Thank you received: 0
6 years 11 months ago #292552

in the css window in system->display in the css "add to cart" I can see "hikacart"
but where can I access this supposed file ( if I remove it there is no more color in the window "add to card" so it seem the good place to change the color
same problem with hikawishlist
than you

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

  • Posts: 83603
  • Thank you received: 13533
  • MODERATOR
6 years 11 months ago #292557

Hi,

As explained in the documentation on how to customize the display of HikaShop, you can edit the frontend CSS of HikaShop in the configuration if you want to change the CSS of HikaShop:
www.hikashop.com/support/documentation/1...ize-the-display.html

There, you'll find such CSS:

a.hikacart {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}
a.hikacart:focus {
	color: #fff;
	background-color: #449d44;
	border-color: #255625;
}
a.hikacart:hover {
	color: #fff;
	background-color: #449d44;
	border-color: #398439;
}

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

Time to create page: 0.054 seconds
Powered by Kunena Forum