This topic has 6 replies, 3 voices, and was last updated 6 years, 8 months ago ago by Rose Tyler
When updating the royal theme from the WP administrator to the latest v4.2, some theme choices were changed.
I fixed it.
However, it does not enable custom CSS.
Hello,
Please create an empty dynamic.css file in royal-child theme folder and set permissions 777 for the file + add wp_enqueue_style( 'dynamic-css', get_stylesheet_directory_uri() . '/dynamic.css' );
in royal-child/functions.php file. Then go to Theme Options and re-save them. (From the 4.0 update, all the custom styles come not like inline CSS but as styles from separate file – dynamic.css (to speed up the site loading). If you created child theme before 4.0 update you need to create the dynamic.css file.)
Regards
That worked. Thank you!
You’re welcome!
Regards
That worked for me too! Thanks!
Hello @pablostevens,
Great. You’re welcome!
Regards
The issue related to '‘custom css’' has been successfully resolved, and the topic is now closed for further responses