• How do I set the genesis_portfolio_load_default_styles to false in the theme functions.php file? I would like to disable the default.css file and write my own. Thanks.

Viewing 1 replies (of 1 total)
  • Thread Starter csbrou

    (@csbrou)

    This seems to be working for me.
    add_filter( ‘genesis_portfolio_load_default_styles’, ‘__return_false’ );

Viewing 1 replies (of 1 total)
  • The topic ‘Remove Default.css’ is closed to new replies.