-
AuthorPosts
-
April 24, 2018 at 8:41 pm #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/IJvvK6April 25, 2018 at 5:40 pm #946733Guys, I’m sorry, but I really need this information.
Help me.
April 25, 2018 at 11:36 pm #946929Hi,
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 ShannonApril 25, 2018 at 11:48 pm #946949Jordan,
thanks for the feedback.
But I asked for more than just the color.
Can you help me?
April 25, 2018 at 11:49 pm #946950Then 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.
April 26, 2018 at 9:02 pm #947465Jordan, 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;
}April 27, 2018 at 8:23 am #947711Hi 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,
VictoriaApril 27, 2018 at 3:41 pm #947999Victoria, thank you.
I need to leave the background with opacity and center the name of the song in the white box.
How I do?
April 27, 2018 at 3:49 pm #948002I used your code and it did not work.
.wp-playlist-tracks {
background-color: # 8000FF! important;
}April 27, 2018 at 7:35 pm #948112Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.