• Hi all,

    I would like to delete an “Autor: ” section that appears before my name, and leave only my name and surname. Do you have any ideas, where can I find this in code?

    This is an example post:

    I will be very grateful for your help!
    Adam

    • This topic was modified 4 years, 4 months ago by James Huff. Reason: redundant link removed

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator James Huff

    (@macmanx)

    Via Additional CSS in your Customizer, add:

    .post-author.meta-wrapper {
        display: none;
    }
    Thread Starter adszym

    (@adszym)

    @macmanx Thank you! It almost worked, but now my entire autor section dissapeared. I only need to “Autor: ” or in english (By: ) to dissappear ??

    Do you have any thoughts?

    Adam

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Delete “Author: ” text’ is closed to new replies.