CSS Hiddden
.classname {
visibility: hidden;
}
Curious Capybara
.classname {
visibility: hidden;
}
Transparent Button With No Text
button {
background: transparent;
border: none !important;
font-size:0;
}
Transparent Button With Visible Text
button {
background: transparent;
border: none !important;
}
.classname {
display: none;
}