• Hello ,

    i am using Escutcheon theme and i would like to remove “written by admin” that shows up on the sidebar on the top left in every post,just over the date.Not only the “admin” word by the whole thing “written by admin”

    Can you please help?

    Thank you

    Sotiris

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi –

    Yep, you can take that bit out by adding a little CSS snippet to your Customizer.

    .
    span.byline {
    
    display; none:
    }

    Let me know if that does the trick. If it’s not working, please share your site URL so I can take a closer look at it. This is just based off of the theme demo site at https://escutcheondemo.wordpress.com

    Thread Starter sotiris19

    (@sotiris19)

    hello ,

    thanks for you reply.I found a CSS workaround , before i saw your message.The code is

    .entry-header .entry-meta .byline{
    visibility:hidden;
    }

    It seems to be working ok.
    I’ll also check out the snippet you gave me just to see how it works.

    Thanks

    Hi @sotiris19,

    That’s great to hear! If you need any further help, please reply with your site URL ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove “written by admin”’ is closed to new replies.