[How to change option textbox size product page Opencart?]
Posted: Fri Feb 03, 2017 9:34 pm
Hi im trying to change the textbox size of an option textbox that's on my product pages,
The problem is that it will change all textbox sizes on the website cause it uses the same css property, so the textboxes of the login also increase in size at (index.php?route=account/login)
How can i make it so that only the product page textboxes increase
The problem is that it will change all textbox sizes on the website cause it uses the same css property, so the textboxes of the login also increase in size at (index.php?route=account/login)
How can i make it so that only the product page textboxes increase
Code: Select all
input[type="text"], input[type="password"], textarea {
background: #F8F8F8;
border: 1px solid #CCC;
padding: 3px;
margin-left: 0px;
margin-right: 0px;
width: 279px; <= "Added by me "