Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    hi,

    maybe you can try to add this additional custom filter/hook

    function wpfc_theme($jquery_themes){
    	array_push($jquery_themes,'my-theme'); //my-theme is your custom css filename eg. my-theme.css
    	return $jquery_themes;
    }
    add_filter('wpfc_jquery_themes', 'wpfc_theme', 10, 1);
    AndalusianWorld

    (@andalusianworld)

    Angelo,
    Where does that custom hook go?
    Sorry, same issue here

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Custom CSS not listed after update’ is closed to new replies.