How to alter the look of + and - quantity

  • Posts: 5
  • Thank you received: 0
11 years 11 months ago #79487

I am using Ajax to update quantities of the product. How can I alter the appearance of the + and - please? At the moment they don't appear in line with the quantity; the - is well below the quantity. They are both very small too. Any help would be welcome. Thanks

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

  • Posts: 26152
  • Thank you received: 4027
  • MODERATOR
11 years 11 months ago #79500

Hi,

You can customize it using CSS like we done with our demo website.
demo.hikashop.com/index.php?option=com_h...uct&task=show&cid=78

www.hikashop.com/en/support/documentation/faq.html#css

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
The following user(s) said Thank You: dcs2

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

  • Posts: 5
  • Thank you received: 0
11 years 11 months ago #79609

Thanks for the reply. Could you tell me which section of the css I need to edit please?

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

  • Posts: 2334
  • Thank you received: 403
11 years 11 months ago #79611

Hi there,

You should use the "inspect element" function of your browser to find the classes related.
It's all explained in the documentation's link Jerome gave you :), and it could help you a lot if you want to customize your css in the future.
In this case and according to the demo website, you have to add css to this class: hikashop_product_stock td a.
You can do something like this:

.hikashop_product_stock td a{
  color:red;
  background: youimage.png;
}

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

Time to create page: 0.072 seconds
Powered by Kunena Forum