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 #2143907
Author Box Double Image
Closed

Comments

  • jfallon7 started the conversation

    Hello,

    The author’s box displays two author’s images (which are distorted) instead of one. How can I fix this?

    Thanks!

    Jack 

  •  501
    Penci replied

    Hi,

    Please go to Customize > Addtional CSS then add custom css to fix the issue

    .penci-post-author .author-img  img + img {
    display: none !important;
    }

    Best Regards,

    PenciDesign

  • jfallon7 replied

    Thank you!

    One other question-- is it possible to add another line border to the top of the author box to make it symmetrical?

    Thanks,

    Jack

  •  501
    Penci replied

    Hi,

    Please go to Customize > Addtional CSS then add custom css to do that

    .penci-post-author {
        border-top: 1px solid #3a46a7;
    }

    Best Regards,

    PenciDesign