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 #1373076
Custom text
Closed

Comments

  • granadinoerrante started the conversation

    Hi.

    Is it possible to have something like attached pic on Soledad theme? I mean drop capitals and that kind of justified text.

    Thanks

  •  2,699
    PenciDesign replied

    Hi,

    You can do that by add more this code to Customize > Custom CSS:

    .container-single .post-entry, .container-single .post-entry p{ text-align: justify; }
    .inner-post-entry > p:first-child::first-letter { font-size: 50px; display: inline-block; padding: 0 20px 0 0; vertical-align: top; float: left; line-height: 1; }

    Best Regards,

    PenciDesign