Customize Product Quantity + and - at product Page

  • Posts: 114
  • Thank you received: 0
  • Hikashop Essential
11 years 2 months ago #162194

-- url of the page with the problem -- : casesmithcustoms.com
-- HikaShop version -- : 2.3.1
-- Joomla version -- : 3.3
-- PHP version -- : x.x.x
-- Browser(s) name and version -- :Chrome
-- Error-message(debug-mod must be tuned on) -- : Error_message

I was able to customize the add to cart button a bit but how do I get to the product quanity + and - siigns and add some images or buttons for them?

Thanks for any help,
Reed

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

  • Posts: 2143
  • Thank you received: 747
11 years 2 months ago #162207

CSS seems to be no secret to you anymore, so that's good. Refer to the documentation for more, particularly for modifications affecting HTML see here: www.hikashop.com/support/support/documen...-display.html#layout

More can't be said as we don't know what exactly you want to do.


Need help with customisations of layouts, style or other site development? PM me!
(Don't forget to turn on "E-mail notification of new messages" )
The following user(s) said Thank You: reedstickets

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

  • Posts: 84298
  • Thank you received: 13697
  • MODERATOR
11 years 2 months ago #162217

Hi,

As lousyfool said, you can do that with some simple CSS.
For example:
.hikashop_product_quantity_field_change_plus{
background-image: url(/images/plus.png);
color: transparent !important;
}
That will convert the minus sign into a plus.png image that you need to upload in the images folder. Then you might need to specify a height/width as well.

The following user(s) said Thank You: reedstickets

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

  • Posts: 114
  • Thank you received: 0
  • Hikashop Essential
11 years 2 months ago #162387

Thanks, I pretty much have the site tweaked to my liking...

Only other question I have is about button styles... Is there any documentation on how to change button styles and colors or can you point me to the piece of code which can be changed around each button in "display" "Views"?

Thanks for the help!

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

  • Posts: 13201
  • Thank you received: 2322
11 years 2 months ago #162390

Hi,

You can simply customize it with some css properties.

Here is some documentation which could help you:
hikashop.com/support/support/documentati...ize-the-display.html

The following user(s) said Thank You: reedstickets

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

Time to create page: 0.059 seconds
Powered by Kunena Forum