• Resolved sidearm23

    (@sidearm23)


    I was wondering if there is a way to remove the word “full” from the bottom of the images when viewing them in fulls screen. For instance if I am looking at the Ford Explorer on our site, and click on the main image..it brings up the blackened back screen…and at the bottom it says the vehicles name and the word full. Something minor, I was just curious if it could be done.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi

    You can use this custom css to hide that text:

    .lg-sub-html {
        display: none !important;
    }

    Regards

Viewing 1 replies (of 1 total)
  • The topic ‘Remove the word “full” from images’ is closed to new replies.