thanks. I was able to install custom CSS theme. I put this code and it give errors. Here is what original custom theme files content is”
What am I doing wrong. Where do I need to put the code. Thanks again!
<?php
/*
Plugin Name: Custom CSS
Plugin URI: https://freshface.net
Description: Add custom CSS, LESS and JS code to your WordPress site
Version: 1.3.4
Author: FRESHFACE
Author URI: https://freshface.net
Dependency: fresh-framework
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/
require_once dirname(__FILE__).’/fresh-framework/framework/init/class.ffFrameworkVersionManager.php’;
ffFrameworkVersionManager::getInstance()->addVersion(‘1.8.16′, dirname(__FILE__).’/fresh-framework/framework/bootstrap.php’, dirname(__FILE__).’/fresh-framework’, plugin_dir_url(dirname(__FILE__).’/fresh-framework/freshplugin.php’), true );