This topic has 3 replies, 2 voices, and was last updated 5 years by Laura.

  • Author
  • #216789
     poweb
    Participant

    The tittles in the blog page are in h2 i need the class in h1

    #216815
     Laura
    Moderator

    Hello, you can change the title font size using this css, add to style.css and edit as you prefer 🙂

    COPY CODE
    
    h2.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 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 🙂

    #216853
     poweb
    Participant

    I 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

    #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 🙂

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?