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 #2567223
Blockquote not working in Comments
Closed

Comments

  •  1
    5against4 started the conversation

    Someone has used BLOCKQUOTE in a comment but it doesn't format properly. Is there a reason why formatting isn't working properly in comments?

  •  2,699
    PenciDesign replied

    Hi,

    Yeah, in this theme, we don't showing the quote on the comment. If you want to make it display different, you can add more this code to Customize > Custom CSS:

    .thecomment .comment-text blockquote{ padding-left: 15px; border-left: 5px solid #888; margin-bottom: 10px; background: #ececec; padding: 10px 10px 10px 15px; }

    Best Regards,

    PenciDesign

  •  1
    5against4 replied

    Great - thanks a lot!