MyBB Community Forums

Full Version: Gomobile checkbox not showing
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello 
I just activated gomobile and the checkbox on new thread , reply , edit profile and some other are not showing. pls any help
I am not sure if gomobile is actively developed, you should try a responsive theme from MyBB Extend.
https://community.mybb.com/mods.php
Hi,

search in global.css of the Gomobile theme for:

input[type="checkbox"] {
    display: none;
}


and change it to:

input[type="checkbox"] {
}


Now the checkboxes should show up.
(2018-07-10, 12:43 PM)NoRules Wrote: [ -> ]Hi,

search in global.css of the Gomobile theme for:

input[type="checkbox"] {
    display: none;
}


and change it to:

input[type="checkbox"] {
}


Now the checkboxes should show up.

Thanks bro it works