Song request

liga

Member
Good morning, I’ve added the code for song requests to my website. Everything works fine, but since my site has a black background, the search results are unreadable because the text is also black. I tried changing the colors in the code, but I couldn’t manage to fix it
 
Good morning, I’ve added the code for song requests to my website. Everything works fine, but since my site has a black background, the search results are unreadable because the text is also black. I tried changing the colors in the code, but I couldn’t manage to fix it
You will need to change CSS styles, they are in the first part (head) of the widget, the part responsible for font color is the first line in the styles:
CSS:
.rbcloud_songrequest { font-family: sans-serif; color: #202020; }
 
"Hi, I’ve already tried changing that color. It modifies the font color in the search box. My problem is the search results, which are displayed in black.
 
Ah, okay, so I have to assume that I need to use a color that works well both in the white search box and in the black result fields...
 
I'm running some tests with the song request feature. Is there a way to prevent a user/listener from repeatedly requesting the same track? It seems that the anti-repetition rules are not being applied. Thank you
 

I read ... ok I'm waiting for updates...
 
Back
Top