Okay
  Public Ticket #3057768
Stores
Closed

Comments

  •  2
    Fack It started the conversation

    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? 

    Attached files:  Schermafbeelding 2022-06-04 om 16.44.52.png
      Schermafbeelding 2022-06-04 om 16.43.25.png

  •  644
    Alexandre replied

    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

  •   Fack It replied privately
  •  644
    Alexandre replied

    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

  •  2
    Fack It replied

    Thank you Alexandre, this worked!

  •  644
    Alexandre replied

    You are welcome

    Thanks,


    Alexandre from the Sonaar.io Crew