• Hi
    the title in the slider homepage is actually in h2.

    I’d like to change it from h2 to h1.

    How could i do this operation?

    Many thanks

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @lorcur,

    Thank you for the question.

    The markup for main slide’s title presents in the theme’s file: sydney/inc/slider.php. Find these lines in that file:

    <h2 class="maintitle"><?php echo wp_kses_post( $titles['slider_title_' . $c] ); ?></h2>
    

    and change h2 to h1.

    You’ll do this change again each time the theme is updated. Because all files are replaced during theme update.

    Regards,
    Kharis

    Thread Starter lorcur

    (@lorcur)

    Yeah Great

    Many thanks

    You’re welcome @lorcur!

    May I request marking this topic as resolved? It’ll be much appreciated if you do so.

    Regards,
    Kharis

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change Heading’ is closed to new replies.