VirtueMart Forum

VirtueMart 2 + 3 + 4 => Product creation => Topic started by: squezada79 on June 12, 2013, 17:36:19 PM

Title: Delete Radio Button
Post by: squezada79 on June 12, 2013, 17:36:19 PM
Dear, I need to remove the radio button that is generated when you create a custom field textarea style or explain if there is another alternative.

Plisssss!!!! thanks!!!!!!!

(http://thumbs.subefotos.com/a0faf7c4ccbca76d0f943d46683368aao.jpg) (http://subefotos.com/ver/?a0faf7c4ccbca76d0f943d46683368aao.png)

(http://thumbs.subefotos.com/840cff0386807898bbd43d345228445ao.jpg) (http://subefotos.com/ver/?840cff0386807898bbd43d345228445ao.png)

(http://thumbs.subefotos.com/03441f6c81d2340ab40c4cc954f3654co.jpg) (http://subefotos.com/ver/?03441f6c81d2340ab40c4cc954f3654co.png)
Title: Re: Delete Radio Button
Post by: studioblue on June 17, 2013, 15:06:23 PM
Are you using the radio button in any other place?

If not the just disable the radio button input in the css file.

Use firebug to find the radio input location file for style and add this to the css associated with it if you just want it to hide.

<input type="radio" class="radio1">

.radio1{

display:none;
}
Title: Re: Delete Radio Button
Post by: EmirS on June 19, 2013, 10:20:00 AM
Hi,
I didn't know where to put it, tried everything but don't understand, so i managed to remove button on this way, but problem is that i lose search box too, on these pictures u can see what i did:
(http://s21.postimg.org/bfh21e1gn/Untitled_4.jpg)
(http://s23.postimg.org/xlgs2i6t7/Untitled_6.jpg)

Thank you in advance, Emir Suljetović
Title: Re: Delete Radio Button
Post by: David Kan on June 26, 2013, 05:28:23 AM
hi, you have to chose right html tag and then css it. If you chose wrong it will affects other sectors.