News:

Support the VirtueMart project and become a member

Main Menu

Delete Radio Button

Started by squezada79, June 12, 2013, 17:36:19 PM

Previous topic - Next topic

squezada79

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!!!!!!!







studioblue

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;
}

EmirS

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:



Thank you in advance, Emir Suljetović

David Kan

hi, you have to chose right html tag and then css it. If you chose wrong it will affects other sectors.