• Resolved KingBeven

    (@kingbeven)


    Hello,

    I have added a booking system to my client’s website.

    On the single room pages, at the top, it shows “Published by Beven Spangenberg on”.

    Now, the reason you do not see the date is I installed “Hide/Remove Metadata” plugin and it only removed the date, not the rest.

    As mentioning who and when the room page was created has no relevance to this use case, I was hoping you could tell me how I can remove the text mentioned.

    The link I’ve added will show you a good example.

    Thank you in advance for your help to resolve this.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • AC

    (@purplecodes)

    Themeisle Support

    Hi @kingbeven,

    You can add the snippet below to your Customizer > Additional CSS

    `.author {
    display: none !important;
    }

    Let us know if this works for you.

    Thread Starter KingBeven

    (@kingbeven)

    I resolved the matter thanks, with this css.

    .author {
    
    display: none;
    
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to remove “Published by…” on Posts’ is closed to new replies.