• Resolved sonjahogenboom

    (@sonjahogenboom)


    Hi,
    I insert photo’s in a post.
    When I view the photo’s in a new tab, I see the date and author name on top of the photo. How can I remove this, or change this? (only for the photo’s, so not for the post)

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Ben Sibley

    (@bensibley)

    That can be done with the following CSS:

    .singular-attachment .entry-meta {
      display: none;
    }
    .singular-attachment .entry-header {
      padding-top: 3em;
    }

    Copy & paste the code above into the “Custom CSS” section in the Customizer (Appearance > Customize), and it should take affect right away.

    Thread Starter sonjahogenboom

    (@sonjahogenboom)

    Thanks for your quick reply!
    The date and author name are gone now, but the photo’s don’t show in a new tab anymore. Any idea?

    Thread Starter sonjahogenboom

    (@sonjahogenboom)

    Oh sorry, it’s working correct now, don’t know why at first it didn’t open in a new tab, but now it is.

    Theme Author Ben Sibley

    (@bensibley)

    Okay great, glad it’s working well now 🙂

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘date and author name above photo's’ is closed to new replies.