This topic has 2 replies, 2 voices, and was last updated 5 years, 8 months ago ago by Rose Tyler
Hello,
After theme update (to version 4.7.3) I can’t get any custom css code to work. It works when I make changes to live site, but when I enter code into theme css settings it doesn’t work any more.
I need to setup blog font size to 16 and some other things, that I could do before
Menu not showing in Appearance – Menu
When I go to live customize, I can edit menu (add/remove menu item) but cant get to detailed options
Wp version: 5.1.1
PHP: 7.2.16
Theme version: 4.7.3
Woocommerce : 3.5.6
Hello,
Please add this code in your child-theme/functions.php file:
wp_enqueue_style( 'dynamic-css', get_stylesheet_directory_uri() . '/dynamic.css' );
http://prntscr.com/kqreis after that create an empty dynamic.css file in child theme directory.
Then custom css from Theme Options will work fine.
About the problem with the menu – Try to disable 3-rd party plugins, clear cache and check how it works then.
Regards
You must be logged in to reply to this topic.Log in/Sign up