January 20, 2019 at 18:03
#217017
Laura
Moderator
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
Laura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂