Remove image name in bulk

  • Unknown's avatar

    Hi, I’d like to remove all of the names/titles from each image I have on my site, but instead of doing it one by one is there a code which hides or removes the name for every picture? The reason I want to do this is because when they are displayed in by clicking on them and in a slideshow their names show up and it looks scruffy. Also the names show up when I hover over the picture too, I want to remove that. Basically I want all pictures to have no name at all. Thanks!

  • Unknown's avatar

    I meant to say ‘when they are displayed in a slideshow’…..

  • Unknown's avatar

    Hi there, I see three site associated with your username, can you give us a link to the site you are referring to, and perhaps a direct link a page with the gallery/slideshow on it? Thanks in advance.

  • Unknown's avatar

    a-zofskulls.com

    thanks!

  • Unknown's avatar

    https://a-zofskulls.com/

    and I just want to know if removing the image names is possible please, I’m changing the template so I just need a generic code.

  • Unknown's avatar

    Hi, and thanks for the link. This gets rid of the titles below the images on the home page of your site.

    .home .hentry .entry-title {
      display: none;
    }
  • Unknown's avatar

    Nope, that doesn’t work….

  • Unknown's avatar

    I’m sorry, I somehow must have been on the wrong site. The following will remove the text below the images.

    .home .entry-header, .home .entry-content, .home .more-link {
      display: none;
    }

    As you will see though, the images do not tighten up on spacing, and this is because the theme software calculates the exact position for each entry on the home page and inserts it directly into the HTML as an absolute position, and there isn’t a way for us to override that with CSS.

  • Unknown's avatar

    No that hasn’t removed the image file name either. But thanks :)
    Is there a code that removes the image name when it’s hovered over?

  • Unknown's avatar

    Hmmm, can you give me a link to a place you want the title removed, and identify exactly which text?

  • The topic ‘Remove image name in bulk’ is closed to new replies.