Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #440907

    Hi,

    How do I remove the image title and image number (3/23) that shows below the image when opening in a lightbox?

    Thanks

    #440948

    Hey envisageiam!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .mfp-bottom-bar {
      display: none;
    }

    Regards,
    Yigit

    #440951

    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

    • This reply was modified 9 years, 6 months ago by envisageiam.
    #440956

    Hey!

    Can you please elaborate? Which element are we talking about? Do you mean all heading elements? If so, please add following code to Style.css of your child theme in Appearance > Editor

    h1,h2,h3,h4,h5,h6 { font-weight: normal!important; }

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.