Also my WP version is actually 3.8.5 not 3.8.2 but I didn’t see the .5 option.
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
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;
}
Thanks Alan! Worked perfectly.
Theo,
Glad everything worked out well. Thank you for marking this as Resolved. Please consider giving MaxGalleria a rating.
Best,
Bob