CSS Override for Columns plugin
-
In the Columns plugin, rather than dequeuing
columns.css, would it be possible/sensible to allow themes to supply an override file by addingwp_enqueue_style( 'columns-override', get_stylesheet_directory_uri() . '/columns-override.css', array( 'columns' ) );to the
enqueue_scriptsfunction?(Cross-posted to Trac — if it doesn’t belong here, please feel free to close or remove it.)
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘CSS Override for Columns plugin’ is closed to new replies.