Title: Question about CSS to edit some elements
Last modified: July 24, 2020

---

# Question about CSS to edit some elements

 *  [loganmac](https://wordpress.org/support/users/loganmac/)
 * (@loganmac)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/question-about-css-to-edit-some-elements/)
 * 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](https://imgur.com/RV3AK39)
 * 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](https://wordpress.org/support/users/markwaregr/)
 * (@markwaregr)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/question-about-css-to-edit-some-elements/#post-13170029)
 * 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](https://wordpress.org/support/users/loganmac/)
 * (@loganmac)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/question-about-css-to-edit-some-elements/#post-13170584)
 * 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.

 * ![](https://ps.w.org/audioigniter/assets/icon-256x256.png?rev=3192201)
 * [AudioIgniter Music Player](https://wordpress.org/plugins/audioigniter/)
 * [Support Threads](https://wordpress.org/support/plugin/audioigniter/)
 * [Active Topics](https://wordpress.org/support/plugin/audioigniter/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/audioigniter/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/audioigniter/reviews/)

## Tags

 * [color](https://wordpress.org/support/topic-tag/color/)
 * [css](https://wordpress.org/support/topic-tag/css/)

 * 2 replies
 * 2 participants
 * Last reply from: [loganmac](https://wordpress.org/support/users/loganmac/)
 * Last activity: [5 years, 9 months ago](https://wordpress.org/support/topic/question-about-css-to-edit-some-elements/#post-13170584)
 * Status: not resolved