CSS not working and menu not showing after theme update

This topic has 2 replies, 2 voices, and was last updated 5 years, 1 months ago ago by Rose Tyler

  • Avatar: igor03
    igor03
    Participant
    March 17, 2019 at 15:27

    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

    Please, contact administrator
    for this information.
    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 18, 2019 at 10:22

    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

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.