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 #2885770
Titles align left
Closed

Comments

  • laure_b started the conversation

    Hello,

    Can you please tell me where I can find the option to make posts and pages titles aligned on the left?

    Thanks in advance!

  •  2,492
    PenciDesign replied

    Hi,

    Please send me the URL related to your request. I'll check and send you a suggestion.

    Regards,
    PenciDesign.


  •   laure_b replied privately
  •  2,492
    PenciDesign replied

    Hi,

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

    body.home .penci-page-header {
        text-align: left;
    }

    Regards,
    PenciDesign.



  • laure_b replied

    Works like a charm, thanks a lot!