• Hello all, Happy Holidays! Quick question though…

    http://jeffjanes.net/ is my site.

    I’ve been trying out how to change the color of the player, and this is what the php page currently says…

    // Default color options
    add_option(’audio_player_bgcolor’, ‘0×626262′, “Background color”, true);
    add_option(’audio_player_textcolor’, ‘0xFFFFFF’, “Text color”, true);
    add_option(’audio_player_leftbgcolor’, ‘0×454545′, “Left background color”, true);
    add_option(’audio_player_lefticoncolor’, ‘0xBD934F’, “Left icon color”, true);
    add_option(’audio_player_rightbgcolor’, ‘0×454545′, “Right background color”, true);
    add_option(’audio_player_rightbghovercolor’, ‘0×999999′, “Right background hover color”, true);
    add_option(’audio_player_righticoncolor’, ‘0xBD934F’, “Right icon color”, true);
    add_option(’audio_player_righticonhovercolor’, ‘0xffffff’, “Right icon hover color”, true);
    add_option(’audio_player_slidercolor’, ‘0×666666′, “Progress slider color”, true);
    add_option(’audio_player_trackcolor’, ‘0xBD934F’, “Progress track color”, true);
    add_option(’audio_player_loadercolor’, ‘0xBD934F’, “Loader bar color”, true);
    add_option(’audio_player_bordercolor’, ‘0xFFFFFF’, “Border color”, true);
    }

    add_option(’audio_player_transparentpagebgcolor’, ‘true’, “Transparent player background”, true);
    add_option(’audio_player_pagebgcolor’, ‘#626262′, “Page background color”, true);

    However, the player still looks the same. This is the only plug-in I have activated. I’d also like the player to not have a huge white rectangle behind it. Can anyone figure out what I’m doing wrong? Thank you!

The topic ‘1Pixel Out Colors’ is closed to new replies.