Comments Guillaume started the conversationNovember 25, 2023 at 1:46pmHello, I can't change the size of the title and category texts in the sticky bar. Changing the settings does nothing. Do you know what could be causing the problem? I've cleared all the caches. Maybe I need to add some CSS, I don't know. If so, could you please tell me? Thank you, have a nice dayAttached files: text size.jpg settings size text nothing happens.jpg 1,114Max repliedNovember 25, 2023 at 7:08pmYou forget the unit "px" in your field. eg: 52px instead of only 52Thanks, Max from the Sonaar.io Crew Guillaume repliedNovember 26, 2023 at 8:33amThanks a lot Max, it works perfectly with the 'px'. For mobile, I had added this CSS that you shared with me. I'm sharing it below for those who need to change the size of the sticky bar on the phone :@media only screen and (max-width: 540px){#sonaar-player, #sonaar-player .player { height: 80px;}} @media only screen and (max-width: 540px){#sonaar-player .playerNowPlaying .metadata {font-size: 18px;}} Sign in to reply ...
Hello,
I can't change the size of the title and category texts in the sticky bar.
Changing the settings does nothing.
Do you know what could be causing the problem? I've cleared all the caches.
Maybe I need to add some CSS, I don't know. If so, could you please tell me?
Thank you, have a nice day
Attached files: text size.jpg
settings size text nothing happens.jpg
You forget the unit "px" in your field. eg: 52px instead of only 52
Thanks,
Max from the Sonaar.io Crew
Thanks a lot Max, it works perfectly with the 'px'.
For mobile, I had added this CSS that you shared with me. I'm sharing it below for those who need to change the size of the sticky bar on the phone :
@media only screen and (max-width: 540px){
#sonaar-player, #sonaar-player .player {
height: 80px;
}
}
@media only screen and (max-width: 540px){
#sonaar-player .playerNowPlaying .metadata {
font-size: 18px;
}
}