Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2958452
Remove box from author's page
Closed

Comments

  • LauraBeat started the conversation

    Hi,

    I want to remove the box where the photo and description should be. How can I do that?

    Thanks

  •  2,492
    PenciDesign replied

    Hi,

    There is no option to remove this box on the current version of Soledad, but you can hide this element by adding some small CSS code to Appearance → Customize → Custom CSS:

    body.author .post-author {
        display: none;
    }

    Regards,
    PenciDesign.



  • LauraBeat replied

    It worked. 

    Thank you.