Hello, you can change this at the file content.php at theme files, copy the file and paste it at the child theme. Edit it and find:
COPY CODE
<h2 class="article-title entry-title">
<a>"
title="<?php echo esc_attr( sprintf( __( 'Permalink to %s', 'kleo_framework' ), the_title_attribute( 'echo=0' ) ) ); ?>"
rel="bookmark"><?php the_title(); ?></a>
</h2>
Replace with
COPY CODE
<h1 class="article-title entry-title">
<a>"
title="<?php echo esc_attr( sprintf( __( 'Permalink to %s', 'kleo_framework' ), the_title_attribute( 'echo=0' ) ) ); ?>"
rel="bookmark"><?php the_title(); ?></a>
</h1>
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution