Home › Forums › Gillion Theme › Footer widgets heading styles not updating
Home › Forums › Gillion Theme › Footer widgets heading styles not updating
I’ve notice my footer widget’s heading styles (size and color) didn’t match the settings in the theme’s admin options.
inc/templates/render-css.php file is trying to set the styles with this line:
<?php echo wp_kses_post( $footer_headings ); ?>
the inc/framework-customizations/theme/options/styling.php file is using a typography-v2 type
‘footer_headings’ => array(
‘type’ => ‘typography-v2’,
‘value’ => array(
‘size’ => ’20’,
‘color’ => ‘#ffffff’
),
‘components’ => array(
‘family’ => false,
‘size’ => true,
‘line-height’ => false,
‘letter-spacing’ => false,
‘color’ => true
),
‘label’ => esc_html__(‘ Headings’, ‘gillion’),
‘desc’ => esc_html__(‘Choose default footer heading font settings’, ‘gillion’),
)
None of these seems to work, I had to create 2 different settings, one for the footer heading font size ( type text ) and another one for the footer heading text color ( type rgba-color-picker ) so the admin can use your interface to update the site.
This is not the only irresponsive setting, looks like none of the typography-v2 are working.
How can I fix this without changing the theme files. Just worried that the settings will be override whenever the theme updates.
Hi @nillotrejos,
I hope you are well today and thank you for your question.
I’ve notice my footer widget’s heading styles (size and color) didn’t match the settings in the theme’s admin options.
Could you please share the screenshot of the theme’s admin options that you have configured and also share the page URL from your site where it is not displaying so that I can troubleshoot it?
Best regards,
Shufflehound team