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
If you need services beyond standard support, we've got your back!
If you'd prefer not to handle the installation yourself or need help getting started, we'll set everything up for you.
We'll help you rearrange sections, adjust spacing, and modify the page structure to fit your needs.
More complex styling changes, theme option modifications, and third-party integrations.
If you need something that's not included in the theme, we can code it for you.
Web design services to create custom sections, pages, and blocks for your theme, plus graphics and visualizations.
Full website builds, custom theme development, or plugin creation from scratch.
We'll provide a clear quote based on what you need. No hidden fees.