Archived topic
CSS works for 1 sound bar but not 2?
3 replies · Started by Matt on May 27, 2020
So on this page and a few others i have 2 sound bars for playing different MP3's. They work fine but my problem is with the styling. I use CSS to border radius on the sound bars and 1 bar rounds and the other bar doesn't round? They both show up as the same selector name?
Hi there,
Your CSS is targetting the ID which is unique to each element.
Try targetting a common class instead:
https://www.screencast.com/t/NQSWNIoGtywk
Please be mindful that the questions in this forum should be related to GP
Thanks!
Thanks will do! Fixed!
No problem :)