• Hello, I have a couple of questions about customizing the player. I’m already able to change almost any color but I’m still having problems with 3 things in this image

    View post on imgur.com

    Red arrrow: is it possible to hide or disable this button? Having a small player messes with my page layout big time

    Green arrow: anyone has the CSS code to change this pink color? I’d like to make it the same redish color as my play/volume/progress bar to make it coherent

    Blue arrow: is it possible to reverse the artist/track name? I’m using my website as an audio production portfolio and I need the song name to be at the end.

    Thanks in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Fotis

    (@markwaregr)

    Hi there,

    Thank you for using AudioIgniter.
    1. Add this
    .ai-wrap .ai-tracklist-toggle{display:none;}
    in your custom CSS box under Customize-?Additional CSS to hide it
    2. Add this

    .ai-wrap .ai-track:hover, .ai-wrap .ai-track.ai-track-active{
    background:red!important;
    }?

    in your custom CSS box under Customize-?Additional CSS
    3. I am afraid this is not possible, these are all strings so we cannot fix this using css.

    Let me know if you need additional help with this.

    Thread Starter loganmac

    (@loganmac)

    Thanks a lot!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Question about CSS to edit some elements’ is closed to new replies.