Home Forums WoodMart support forum Remove author name from blog post

Remove author name from blog post

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #448518

    mwess
    Participant

    Hi. I’d like to remove the author name from my blog posts and from the blog archive page. On the archive page I’m using “meta on image” option. I’d like to remove the author name and icon from the image. I’ve tried css code and it’s not working. Thanks.

    #448615

    Hello,

    If you want to remove the Author Bio from the Single Blog Post page, then you need to navigate to the Dashboard > Theme Settings > Blog > Single Post > there you can Author bio toggle option under Elements: https://snipboard.io/CITufz.jpg

    To remove the Author name from the Blog Archive page then please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:

    
    .blog .wd-meta-author {
        display: none !important;
    }

    Hope this helps !

    Best Regards.

Viewing 2 posts - 1 through 2 (of 2 total)