Hey there,
I just installed the new update. You guys are great! An amazing theme keeps getting better :)
One quick question though. I started using the Masonry gallery and noticed a red diamond on the overlay. Is there any way to remove this?
You can see an example here: http://godsfingerprints.net/artwork/
Thanks!
Jason
Hey theworldawaits!
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
.av-masonry-entry .avia-arrow {
display: none;
}
Regards,
Devin
Great, works perfect. Thanks you :)