Look here http://www.strengthinnumberscoaching.com/wellness.
1. I can’t figure out why the health graphic shows up 3 times in lightbox yet is only on the page once.
2. Also, is there in certain circumstances like these to disable the lightbox arrows so if you click and image you can’t go to the next one on the page?
Hey!
It is behaving like that because the same image is linked by the IconBox title and icon here – http://a.pomf.se/zmtckq.png
Best regards,
Josue
Got it thanks! And to my #2 question?
Hey!
Please add following code to Quick CSS as well
.page-id-17 button.mfp-arrow { display: none !important; }
Regards,
Yigit
That got rid of the arrows but not the 1/3 indicator. Can we remove that too? Again, only for THIS page.
Hi!
Yes, please add following code to Quick CSS as well
.page-id-17 .mfp-counter { display: none !important; }
Regards,
Yigit
Great all set thanks!