• Hi,

    I’m looking to make a couple of changes to how this plugin displays within the WordPress Customizer for a custom theme.

    I would like to:
    – Change the priority of the ‘Typography’ panel
    – Remove the ‘Default Typography’ section

    I’ve since managed to remove the ‘Default Typography’ section using the code below, but I’m still not sure of the best way to change the panel priority.

    ‘Default Typography’ section removed with:
    $wp_customize->remove_section( ‘tt_font_typography’ );

    Thanks,
    Dan

    • This topic was modified 5 years, 10 months ago by wattscreative.

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

  • The topic ‘Change panel order and remove default typography section’ is closed to new replies.