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 #2222174
Category header / Page text-align
Closed

Comments

  • Yoco76 started the conversation

    Hello,

    I want my page header and my category header look the same by align left both titles with the breadcrumbs on top of each titles. But it seems like I can't enable page header for category page ?

    One of the solution would be create page instead of category page but with this solution, I can't replace "category link" in the breadcrumb of the created page when I'm on a post.

    Can you help me ?

    Regards,

  •  2,699
    PenciDesign replied

    Hi,

    I don't clear about your question, can you tell me more about this and show me your site URL to I can take it a look also?


    Best Regards,

    PenciDesign

  • Yoco76 replied

    Hi,

    To be clear, I want all my header pages to look the same : with the title on the left. In order to do this, I have to go to Custom>page header option>Enable Page Header for Pages then Text-Align : Left.
    But I would also like to apply this to the "category pages", i-e the pages that are automatically created when I add a category. Is there a way ?

    thank you in advance, 

    best regards

  •  2,699
    PenciDesign replied

    Hi,

    Ahh, if you want to make the category page titles align to left, please add more this code to Customize > Custom CSS:

    .archive-box{ text-align: left; }
    

    Best Regards,

    PenciDesign

  • Yoco76 replied

    Hi,

    Thank you, I also want page titles align to left without enable "Page Header for Pages", is possible ?

    Thank you,

    Best Regards,

  •  2,699
    PenciDesign replied

    Hi,

    Please add more this code to Customize > Custom CSS to do that:

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

    Best Regards,

    PenciDesign