Home Forums WoodMart support forum Product Grid Price Font and Weight Home page Not apply CSS Reply To: Product Grid Price Font and Weight Home page Not apply CSS

#373704

Luke Nielsen
Keymaster

Hello,

We have a limit on the number of items that are saved when saving the main Theme settings and it’s a 10 presets, you have more than 10 so please, first of all, enter this code to the functions.php file in your child theme.

add_filter( 'xts_theme_settings_presets_file_reset_count', function () {
			return 200;
		} );

So then navigate to your Theme Settings -> Options preset -> resave the “All Page Colour” preset.

https://gyazo.com/786581579c362d47f6befd48767e19b2

Write to us when you have any difficulties or issues with our theme.

Kind Regards