Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello there,

    Please try to edit the page-templates/page_front-page.php file in the child theme mode.

    Replace the following line:

    <?php the_content(); ?>

    with:

    <?php get_template_part( 'content', 'page' ); ?>

    Regards,
    Kharis

    Thread Starter harryburns

    (@harryburns)

    Your answer worked but I posted a thread about moving the title and it got taken down don’t suppose u could help me with moving it down?

    Could you please try to apply the following CSS code through the Simple Custom CSS plugin or child theme’s style.css?

    .page-template-page_front-page .entry-header{
       padding: 30px 30px 0 30px;
    }
    

    Regards,
    Kharis

    Thread Starter harryburns

    (@harryburns)

    Thanks ?? but That just moves every title to the right I just want the title at the top to move right thanks.

    Hello there,

    Try to apply this code:

    .page-template-page_front-page .hentry > .entry-header{
       padding: 30px 30px 0 30px;
    }
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How can I add a title to my latest page’ is closed to new replies.