Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter jlhoffman77

    (@jlhoffman77)

    Also, is it standard practice to allow images to be indexed by Google? I’ve never noticed this before with other sites, so I’m not sure if this is a setting on this site in particular or if I was just never aware of it.

    Hi there, Use this CSS code

    .single-attachment .about-author {display:none;}

    Thread Starter jlhoffman77

    (@jlhoffman77)

    Thank you. I put that code in the section of my theme that has a spot for custom CSS, but it didn’t seem to do the trick. Does the code go somewhere else?

    Yes, You’ve put that code in right place. Try putting !important on the like this –

    .single-attachment .about-author {display:none !important;}
    Thread Starter jlhoffman77

    (@jlhoffman77)

    That worked! Thank you!!!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Remove Author Information from Media Files’ is closed to new replies.