• When I enable the 4th Content Area in the Featured Homepage section, it is a different size.
    Content Area 1 = <h3>…</h3>
    Content Area 2 = <h3>…</h3>
    Content Area 3 = <h3>…</h3>
    Content Area 4 = <h4>…</h4>

    Why is that?
    How do I correct it?

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

Viewing 1 replies (of 1 total)
  • Anonymous User 16453565

    (@anonymized-16453565)

    Hey @reghann,

    To change that you have to create a child theme first of your currently active theme and open wp-content -> themes -> shuttle -> admin -> main -> options and open 02.homepage.php file and find ‘<h4>’ . esc_html( $shuttle_homepage_section4_title ) . ‘</h4>’ and change the <h4> tag to <h3>.

    I hope above will help you.

    Thanx.

Viewing 1 replies (of 1 total)
  • The topic ‘Content Area 4 – Different’ is closed to new replies.