-
Author
-
January 17, 2019 at 22:45 #216789powebParticipant
The tittles in the blog page are in h2 i need the class in h1
January 18, 2019 at 15:58 #216815LauraModeratorHello, you can change the title font size using this css, add to style.css and edit as you prefer 🙂
COPY CODEh2.article-title { font-size: 44px !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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 🙂
January 18, 2019 at 22:31 #216853powebParticipantI have not talked about changing the size or color of the font. The problem is that the titles of my posts are automatically configured as H2
January 20, 2019 at 18:03 #217017LauraModeratorHello, 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 solutionLaura 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 🙂
-
AuthorPosts
You must be logged in to reply to this topic.