Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #236617
    jonsibar
    Participant

    How do I remove the ‘Posted on [date] | by [user]’ from the portfolio posts? I’m using the ‘Custom Post Type’ and when I click one of them, this appears.

    #236621
    Skandha
    Participant

    @jonsibar: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #portfolio-content-section .posted-on, #portfolio-content-section .sep {
        display: none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #236634
    jonsibar
    Participant

    Thanks for answering. That did however not seem to work…

    #236705
    Skandha
    Participant

    @jonsibar: Hello there,
    Can you please post in your site URL so that I can look into the issue?

    Kind Regards,
    Skandha

    #236727
    jonsibar
    Participant
    #236729
    Skandha
    Participant

    @jonsibar: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .single-jetpack-portfolio .site-header-text .entry-meta {
        display: none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #236730
    jonsibar
    Participant

    That did it, thanks! 🙂

    #236731
    Skandha
    Participant

    @jonsibar: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/audioman/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Remove “posted on…” on Portfolio posts’ is closed to new replies.