Comments 2Fack It started the conversationJune 4, 2022 at 3:26pmAfter each title it shows three dots instead of the stores, how to show the stores immediately and not after mouse over with a white background? 667Alexandre repliedJune 6, 2022 at 2:57pmHi, This option is only avaialable through the gutenberg editor and the elementor editor. For a similar result please use this custom css code:.iron-audioplayer .playlist .store-list .song-store-list-menu .song-store-list-container { opacity: 1; right: 0px; background: none; position: relative; padding: 0px; } .iron-audioplayer .playlist .store-list .song-store-list-menu .fa-ellipsis-v { position: absolute; opacity: 0; }Thanks, Alexandre from the Sonaar.io Crew Fack It replied privately 667Alexandre repliedJune 6, 2022 at 6:05pmReplace the code I gave by this one.iron-audioplayer .playlist .store-list .song-store-list-menu .song-store-list-container { opacity: 1 !important; display: flex !important; right: 0px; background: none; position: relative; padding: 0px; } .iron-audioplayer .playlist .store-list .song-store-list-menu .fa-ellipsis-v { position: absolute; opacity: 0; }Thanks, Alexandre from the Sonaar.io Crew 2Fack It repliedJune 13, 2022 at 8:54pmThank you Alexandre, this worked! 667Alexandre repliedJune 13, 2022 at 9:02pmYou are welcomeThanks, Alexandre from the Sonaar.io Crew Sign in to reply ...
After each title it shows three dots instead of the stores, how to show the stores immediately and not after mouse over with a white background?
Hi,
This option is only avaialable through the gutenberg editor and the elementor editor.
For a similar result please use this custom css code:
.iron-audioplayer .playlist .store-list .song-store-list-menu .song-store-list-container {
opacity: 1;
right: 0px;
background: none;
position: relative;
padding: 0px;
}
.iron-audioplayer .playlist .store-list .song-store-list-menu .fa-ellipsis-v {
position: absolute;
opacity: 0;
}
Thanks,
Alexandre from the Sonaar.io Crew
Replace the code I gave by this one
.iron-audioplayer .playlist .store-list .song-store-list-menu .song-store-list-container {
opacity: 1 !important;
display: flex !important;
right: 0px;
background: none;
position: relative;
padding: 0px;
}
.iron-audioplayer .playlist .store-list .song-store-list-menu .fa-ellipsis-v {
position: absolute;
opacity: 0;
}
Thanks,
Alexandre from the Sonaar.io Crew
Thank you Alexandre, this worked!
You are welcome
Thanks,
Alexandre from the Sonaar.io Crew