Hi,
I’m trying to make an edit to something in theme-functions.php but am uncertain where to insert the changes. I tried moving a copy of the file in the child-folder (with the framework-folder) and I tried to insert the edit in functions.php but without luck.
I want to edit this:
<div class="col-md-12 a-center">
<?php etheme_breadcrumbs(); ?>
<h1 class="title"><span><?php echo et_get_the_title(); ?></span></h1>
</div>
To this:
<div class="col-md-12 a-center">
<?php etheme_breadcrumbs(); ?>
<p class="title"><span><?php echo et_get_the_title(); ?></span></p>
</div>
So basically just edit the title from a H1 to a Paragraph.
Looking forward to hearing from you.
Regards,
Kasper Andreassen