• Is it possible to override text.php that is found in the parent theme in: inc->builder->sections->front-end-templates?
    I have tried duplicating the file structure in the child theme and that hasn’t worked. I have also copied text.php to the root to see if something is in place to make that work like the make plus plugin lets you do.

    I am trying to make the section headers output as H2s instead of H3s as I am building a single page site and that is the level they should be at since there isn’t an H2 on the site otherwise.

    Thanks!
    Peter

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Peter!

    I have tried duplicating the file structure in the child theme and that hasn’t worked.

    This should work. However, there’s an extra step with Builder pages. After you add the override to your child theme, you need to go back into the Edit Page screen for your Builder Pages and click ‘Update’ to regenerate the markup that gets stored to post_content.

    Let me know if this helps.

    Thread Starter shackep

    (@shackep)

    Thanks! I’ll give that a try. I will consider it resolved though since I have my answer.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Override Frontend Templates in Child Theme’ is closed to new replies.