Home Forums Space themes support forum Request for Blog Post Template Customization Support

Request for Blog Post Template Customization Support

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #719398

    e.islamdemir
    Participant

    Dear XTemos Support Team,

    I have some additional questions regarding the blog post template customization in the Luman theme.

    At the bottom of each blog post, there is a Previous Post / Next Post navigation section. I would like to know where I can customize this area.

    Specifically, I would like to:

    Align the Previous Post text to the left side
    Align the Next Post text to the right side
    Add navigation arrows/icons for previous and next posts (if supported)
    Customize the layout and styling of this navigation section

    Could you please let me know where these settings can be edited within the theme options, template builder, or Elementor?

    Thank you for your assistance.

    Attachments:
    You must be logged in to view attached files.
    #719435

    Serg Sokhatskyi
    Keymaster
    Xtemos team

    Hi there,

    Thanks for reaching out.

    Here’s how blog post navigation can be customized in the Luman theme:

    – Where to customize
    – All available Single Post options are under: Theme Settings -> Blog -> Single post
    – Screenshot for reference: https://monosnap.ai/file/ftFxzIs7rXy6Du6quw8boaDZu9vbVo

    – Add arrows/icons to Previous/Next
    – Not supported for the single post navigation in the theme options.

    – Align Previous to left and Next to right
    – Add this CSS in Theme Settings -> Custom CSS -> Global CSS:

    .xts-page-nav .xts-page-nav-btn.xts-prev {
          text-align: left;
        }
        .xts-page-nav .xts-page-nav-btn.xts-next {
          text-align: right;
        }

    – Save settings and clear any cache.

    – Further layout/styling
    – You can adjust what’s available in Theme Settings -> Blog -> Single post. For anything beyond those options, it will require custom CSS.

    Kind regards,
    XTemos Studio

Viewing 2 posts - 1 through 2 (of 2 total)