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)
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;
}
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ć
hi, you have to chose right html tag and then css it. If you chose wrong it will affects other sectors.