Hi,
How do I remove the image title and image number (3/23) that shows below the image when opening in a lightbox?
Thanks
Hey envisageiam!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.mfp-bottom-bar {
display: none;
}
Regards,
Yigit
That worked, thank you.
Also, there is a 600 font-weight being applied though put the theme. Can you help me remove that as well. Im using a child theme and would like to apply the styling to the child css not the that main theme. Thanks