Edit size of quantity input field

  • Posts: 72
  • Thank you received: 2
7 years 7 months ago #280136

-- url of the page with the problem -- : www.niagaraparkit.com/oztimbertreasures/.../product/3-banksia-1
-- HikaShop version -- : 3.2.0
-- Joomla version -- : 3.8.0

Hi,

I try to edit the size of the quantity input field on the product display page.
I am aware that it is css related.
I had a look at > Display > Views > Product - in files like 'quantity' etc, that I could find listed by using 'inspect'.
However, in these files I could not find the line where the size for the product quantity field is set.

Would you please be so kind and point me to the relevant part.

Many thanks,

Thomas Boepple

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

  • Posts: 72
  • Thank you received: 2
7 years 7 months ago #280137

Am I correct in assuming I have to create a custom.css for the template for this:

}

table {
max-width: 100%;
background-color: transparent;
border-collapse: collapse;
border-spacing: 0;
}

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

  • Posts: 4820
  • Thank you received: 654
  • MODERATOR
7 years 7 months ago #280155

Hello,

Yes, you can create in a frontend css file a custom css code that override code you don't want.
For the spot the css command that leads to your quantity input, I can't because when I use your Url link I only see this :



So, no input in these views...
Your sample code seems to be applied on "table", may I suggest to use this kind of selector :
.containing_class input {...}

Hope this will help you.
Regards

Last edit: 7 years 7 months ago by Philip.

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

Time to create page: 0.056 seconds
Powered by Kunena Forum