Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #238940

    please correct me if I’m wrong, in last version of enfold, in functions.php at line 281 there is a call to wp_enqueue_style for custom.css, as a result custom.css is loaded before the dynamic stuff, even though at line 304 we call wp_enqueue_style for custom.css again

    should line 281 not cal wp_register_style instead ? I modified and it puts custom.css back after dynamic which is easier for customizing is it not ?

    #238981

    Hey erwanpia!

    Yes that is correct. So few users use the custom.css that it hasn’t been highlighted yet but I had to do the same to the main style.css so it was properly enqueued in child themes.

    Cheers!
    Devin

    #239033

    Kriesi merged the change into the core so it will be fixed in the next rollout.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘custom.css fix’ is closed to new replies.