Okay
  Public Ticket #2827703
Ocultar el autor en Blog
Closed

Comments

  • SCOSTARO started the conversation

    Buenos días

    Me gustaría ocultar el autor pero no puedo

    I can't hide autor in blog.

    Can you help me?

    I tried to put :

    .author-single {
        display: none;
    }

    In Css add but don't work



    Thanks

  •  2,634
    Kevin replied

    Hi SCOSTARO

    please add this css at Appearane->customize->Additional CSS to hide it


    .author-single {
        display: none;
    }

    thanks

  • SCOSTARO replied

    Hi Kevin

    I try before contact with you put the same thing in Additional CSS but don't hide the author

    Do you know what mistake I'm doing?

    I try to erase the cache (wp Rocket), and cache in Cloudflare 

    Thanks

  •   SCOSTARO replied privately
  •  2,634
    Kevin replied

    Hi SCOSTARO

    I have adjusted its display, you can check it on the site

    thanks

  • SCOSTARO replied

    IT'S WORKS FINE. Thanks Kevin


    But I don't understand the solution, I like to know to know in the future and bother you

     

  •  2,634
    Kevin replied

    Hi SCOSTARO !

    I added that css at Appearance->Customize->Additional CSS to correct the problem

    thanks