Title: Checkboxes beside each image
Last modified: August 22, 2016

---

# Checkboxes beside each image

 *  Resolved [Theodophilus](https://wordpress.org/support/users/theodophilus/)
 * (@theodophilus)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/checkboxes-beside-each-image/)
 * When I create a gallery, I’m seeing check-boxes beside each image – regardless
   of which options I choose. Has anyone else had this problem?
 * [https://wordpress.org/plugins/maxgalleria/](https://wordpress.org/plugins/maxgalleria/)

Viewing 6 replies - 1 through 6 (of 6 total)

 *  Thread Starter [Theodophilus](https://wordpress.org/support/users/theodophilus/)
 * (@theodophilus)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/checkboxes-beside-each-image/#post-5602454)
 * Also my WP version is actually 3.8.5 not 3.8.2 but I didn’t see the .5 option.
 *  Plugin Author [AlanP57](https://wordpress.org/support/users/alanp57/)
 * (@alanp57)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/checkboxes-beside-each-image/#post-5602699)
 * Hi Theodophilus,
 * Are you saying that you have checkboxes appearing on the page with the gallery
   in it on the front end of your site?. If so, can you give us the URL of the page.
 * Thanks
 *  Thread Starter [Theodophilus](https://wordpress.org/support/users/theodophilus/)
 * (@theodophilus)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/checkboxes-beside-each-image/#post-5602751)
 * Hello Alan, here is the page:
    [http://petrocaribejm.org/photo-gallery](http://petrocaribejm.org/photo-gallery)
 *  Plugin Author [AlanP57](https://wordpress.org/support/users/alanp57/)
 * (@alanp57)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/checkboxes-beside-each-image/#post-5602752)
 * Thank you for the link.
 * These are not html checkboxes. There are FontAwsome icons placed here by your
   stylesheet, see line 448 of style.css
 * ul:not([class]) > li:before {
        color: #666;     content: “”;     font-family:“
   FontAwesome”;     font-size: 14px;     margin-left: -20px;     position: absolute;}
 * You will need to add a rule to override ‘ul:not([class]) > li:before’. Perhaps
   something like this:
 * .mg-image-tiles ul > li:before {
    content: none; }
 *  Thread Starter [Theodophilus](https://wordpress.org/support/users/theodophilus/)
 * (@theodophilus)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/checkboxes-beside-each-image/#post-5602763)
 * Thanks Alan! Worked perfectly.
 *  Plugin Author [maxfoundry](https://wordpress.org/support/users/maxfoundry/)
 * (@maxfoundry)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/checkboxes-beside-each-image/#post-5602788)
 * Theo,
 * Glad everything worked out well. Thank you for marking this as Resolved. Please
   consider giving MaxGalleria a rating.
 * Best,
 * Bob

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Checkboxes beside each image’ is closed to new replies.

 * ![](https://ps.w.org/maxgalleria/assets/icon-128x128.jpg?rev=1225417)
 * [MaxGalleria](https://wordpress.org/plugins/maxgalleria/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/maxgalleria/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/maxgalleria/)
 * [Active Topics](https://wordpress.org/support/plugin/maxgalleria/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/maxgalleria/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/maxgalleria/reviews/)

 * 6 replies
 * 3 participants
 * Last reply from: [maxfoundry](https://wordpress.org/support/users/maxfoundry/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/checkboxes-beside-each-image/#post-5602788)
 * Status: resolved