Hmmm … I have the child theme in place:
style.css:
/*
Theme Name: UCiM
Theme URI: http: //ucim.org/httpdocs/wp-content/themes/LivingOS_Xi-1/UCiM
Description: UCiM LivingOS_Xi Tweak
Author: UCiM
Author URI: http: //ucim.org/
Template: LivingOS_Xi
Version: 1.0
Tags: buddypress
*/
/* import parent styles */
@import url("../LivingOS_Xi/style.css");
and have added this to the functions.php:
<?php add_filter( ‘livingos_media_noaudio_message’, '' ); ?>
But it seems not to remove the ‘No audio.’ What am I missing? As well, since I created the Child Theme, can I move my Custom CSS directly to the new style.css?