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 #3640327
Get rid of element
Closed

Comments

  • Erik started the conversation

    Hello, 

    The Penci Latest Posts Boxed posts style 1 is not bad.  However there is a weird triangle arrow pointer element built in that doesn't match the style of my site and I would like to remove it.  

    How can I do that?https://www.bon-vivant.us/arts-culture/

  • Erik replied

    Forgot to include the picture.

    Attached files:  arrow_pointer.jpg

  •  2,540
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .penci-grid .list-post.list-boxed-post .item > .thumbnail:before {
      border-right-color: #000;
    }

    Regards,
    PenciDesign.