Hi,
I chose the minimal design (no border & background) for my website but it’s the same as the classic design. How can I trigger it?
I would like to have it without the borders and the white background.
section “latest release”
Thanks
Carolin
Hey phamosa,
Can you please be more specific? Could you please attach some screenshots of the issue?
Best regards,
Victoria
Hi Victoria, as you can see in the screenshot you sent, the background of the audio player is white instead of transparent. I changed the design from “classic” to “minimal” and see no difference.
Thank you!
Carolin
Hi Carolin,
I have checked the audio player and I experience the same, can you tell us what you are trying to achieve? maybe we can help with it with some custom css tweaks.
Best regards,
Nikko
Hi! I expected it to have the transparent background instead of the white one (“no border, no background”) to be better united with the background of the page area.
Thanks
Hi,
Can you try adding this css code in Quick CSS (located in Enfold > General Styling):
#top .wp-playlist-light {
background-color: transparent !important;
border-color: transparent !important;
}
Hope this helps :)
Best regards,
Nikko