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 #3487880
Text Formation
Closed

Comments

  • bassili started the conversation

    I'm trying to justify the text in the Home posts and I can't. can you help me ?

    www.petwiki.com.br

    When I click on a category, everything in the category's list of posts is in capital letters. How do I justify the text and change the formatting?

    https://www.petwiki.com.br/category/saude-e-bem-estar/

  •  2,985
    PenciDesign replied

    Hi,

    Please turn off the coming soon mode then update this ticket.

    Regards,
    PenciDesign.


  • bassili replied

    website released

  •  2,985
    PenciDesign replied

    Hi,

    Please navigate to Appearance → Customize → Custom CSS, and then insert the following custom CSS code:

    .penci-biggrid-data.penci-fixh .pcbg-big-item .pcbg-content-inner .pcbg-title {
        text-align: justify;
    }
    .penci-grid li .item h2 a, .penci-masonry .item-masonry h2 a {
        text-transform: none;
    }

    Regards,
    PenciDesign.