Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #946181

    Hello everyone, I searched for hours to find something on the forum and nothing solved.

    I am using the AUDIO PLAYER and would like to change the color of the background box. I tried doing this through the more options menu did not work ( https://d.pr/4Q1fy0 )

    I want to change the white color, put opacity and center the name “Labios”.

    LINK ON THE PRIVATE

    DEMO
    https://d.pr/IJvvK6

    #946733

    Guys, I’m sorry, but I really need this information.

    Help me.

    #946929

    Hi,

    Add this to quick css:

    .main_color .wp-playlist{
    background-color:#000!important;
    }

    Just adjust the color to whatever you need it to be.

    Best regards,
    Jordan Shannon

    #946949

    Jordan,

    thanks for the feedback.

    But I asked for more than just the color.

    Can you help me?

    #946950

    Then tell me the classes I put in the code.

    Jordan, to change the color of the volume bar is this?

    .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current

    TO CHANGE BACKGROUND COLOR OPACITY IS SO?

    .main_color .wp-playlist {
    background-color: rgba (255, 255, 255, 0.5)! important;
    }

    Help me, Jordan. I made a picture of what I need. You only answered half of one of the things. Why that?

    What is going on?

    • This reply was modified 6 years, 7 months ago by mleite1.
    #947465

    Jordan, I used your code and it does not work.

    You could help me?

    I changed the color to black and it does not work.

    .main_color .wp-playlist{
    background-color:#fff!important;
    }

    #947711

    Hi mleite1,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .wp-playlist-tracks {
       background-color: #000;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #947999

    Victoria, thank you.

    I need to leave the background with opacity and center the name of the song in the white box.

    How I do?

    #948002

    I used your code and it did not work.

      .wp-playlist-tracks {
        background-color: # 8000FF! important;
    }

    #948112

    Hi,

    Please add the codes to the very top of quick css so that it runs first. Also, be sure to clear your cache a few times over.

    Best regards,
    Jordan Shannon

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.