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 #3514456
Page title below featured image?
Closed

Comments

  • muhammada650 started the conversation

    I need to set post title below image, i show the ticket have the same problem and solved when set that :

    article.page {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }
    article.page > * {
        order: 2;
    }
    article.page > .post-image{
        order: 1;
    }

    on custom CSS, but with me not solved , how can i solve this issue ?

  •  2,541
    PenciDesign replied

    Hi,

    Please send me the URL and screenshot that related to your question.

    Regards,
    PenciDesign.


  •   muhammada650 replied privately
  •  2,541
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Single Posts → General → turn on the "Move Categories, Post Title, Post Meta To Bellow Featured Image" option.

    Regards,
    PenciDesign.