Mayland – remove "published by" at the end of each project page

  • I’m using Mayland as a portfolio site for solely my own work and would like to remove the “Published by” section that auto-populates at the bottom of every project page, as I’m the only one publishing content and already have a devoted About page. I’ve seen similar threads as this solved by going to Customize > Content Options, but the only choice I have there has to do with header images.

    Is there custom CSS I can add to my site to remove the “Published by” section from individual project pages in Mayland?

    The blog I need help with is: (visible only to logged in users)

  • Hey there,

    Yes that’s totally possible with this CSS:

    
    
    /* Hide Author bio on ports AL */
    
    .author-bio.responsive-max-width {
        display: none;
    }
    

    This can be added via Appearance > Customize > Additional CSS.

  • Fantastic, I just dropped that in and it worked. Thanks a lot!

  • The topic ‘Mayland – remove "published by" at the end of each project page’ is closed to new replies.