Changing the default page templates

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1228566

    How can I change the page template to use “Front Page” so the featured image stops showing up?

    #1228635

    I’m looking for a Global settings so I dont have to change the template on each page.

    #1229160

    Hi Nathaniel,

    Thanks for your question. You may install the child theme (it is available in your account). Then copy the file of the page template you wish to override from the folder of the parent theme (/campterra). And paste it to the child theme folder in order to edit it in a way you need.

    Let me know if you have any further questions.

    best regards,
    J. Davis

    #1229177

    Ok I did this but how do you edit this part that I need in the child template?

    #1229431

    Hi Nathaniel,

    If you wish to get rid of the custom header on the pages you may copy the header.php file and paste it to the folder of the child theme. Then open it using any text editor and disable the function campterra_custom_header(); by adding a double slash before it:
    //campterra_custom_header();
    If you wish to override the layout of the default page you may try overriding the page.php file.

    Let me know if it is helpful.

    best regards,
    J. Davis

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.