• I want to change the color of selected track(& hover) from red to another color.
    Will you please let me know the css code to apply custom css?

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

    (@markwaregr)

    Hi @cksong

    you can add this <span class=”prokeys-snippet-text”>in your custom CSS box under Customize-?Additional CSS</span> and replace colors with your preference

      .ai-track.ai-track-active,  .ai-track:hover,  .ai-track:focus
      {
        background:red!important;
        color:#ddd!important;
      }
    Thread Starter cksong

    (@cksong)

    Thanks! It works well.

    Plugin Support Fotis

    (@markwaregr)

    That’s great. Glad I could help. If you need additional help with anything, feel free to get in touch and I will be there for you within 24 hours.Also, we’d really appreciate if you could you take a minute and rate our plugin at https://www.ads-software.com/support/plugin/audioigniter/reviews/

    • This reply was modified 10 months, 2 weeks ago by Fotis.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Selected track color’ is closed to new replies.