CSS to change default colors
-
Audioigniter is key in enabling my students to learn independently, grateful! I made peace with the default hot pink, but it’s time to recolor and match my site’s teal. If you follow my page link above, you’ll see that I managed to update only half of the pink elements. I need help identifying the remaining elements to be recolored. If anyone can help out with the code, I’d appreciate it. (ps, I am not a developer; this is all trial/error.) Thanks.
Here’s what I added thus far:/* AUDIOIGNITER PLUGIN / / Change the color of the pink elements to #207daf */
.ai-track-active .ai-track-control {
background: #207daf;
}
.ai-wrap .ai-control-wrap-controls .ai-audio-control {
background: #207daf;
border-color: #207daf;
color: #fff;
}
.ai-wrap .ai-audio-controls-progress .ai-track-progress {
background-color: #207daf;
}The page I need help with: [log in to see the link]
- The topic ‘CSS to change default colors’ is closed to new replies.