Okay
  Public Ticket #3140790
Sticky Player Close button is not visible
Closed

Comments

  • Denys started the conversation

    Hey guys! How can I change the color of a close button above the volume to hide the sticky player? Right now it's grey and because of it it's not even visible, especially from the phone. (attaching a screenshot) 

    Attached files:  1.png

  •  646
    Alexandre replied

    Hi Denys,

    Please use this custom css code.

    #sonaar-player .close.btn-player.enable:after, #sonaar-player .close.btn-player.enable:before {
    border-color: #ff0000;
    }

    Thanks,


    Alexandre from the Sonaar.io Crew

  • Denys replied

    It didn't work

    I pasted it in Appearance - Customize - Custom CSS but nothing changed.

    Where exactly should I enter this code?

  • Denys replied

    I also tried inserting this code in Advanced settings in appearance, but it still doesn't work :(

  •  646
    Alexandre replied

    Sorry, the code I gave is not strong enough to overwrite the current style. 
    Please use this code


    #sonaar-player .close.btn-player.enable:after, #sonaar-player .close.btn-player.enable:before {
    border-color: #ff0000 !important;
    }

    Thanks,


    Alexandre from the Sonaar.io Crew

  • Denys replied

    So, it fixed the issue with an arrow, thanks. However, there's still an issue with the playing icon when you close the player. It is grey, and you can barely see it, cuz my website theme is dark. I'd love to make it a different color. 

    Is there a separate code for that as well? 

    See the screenshot attached. 

    Attached files:  Снимок экрана 2022-10-11 в 17.26.42.png

  • Denys replied

    I fixed it on the computer, but this icon is still grey and not visible on the mobile version. Any way to fix it? 

  •  646
    Alexandre replied

    Add this code:

    #sonaar-player .close.btn-player rect {
    fill: #ffffff !important;
    }


    Thanks,


    Alexandre from the Sonaar.io Crew

  • Denys replied

    Worked, thank you very much! 

  •  646
    Alexandre replied

    You are welcome

    Thanks,


    Alexandre from the Sonaar.io Crew