Right now there is an option to only change the colour of the header of the widget:
Would be great if the dropdown text matches that colour
Right now there is an option to only change the colour of the header of the widget:
Would be great if the dropdown text matches that colour
Welcome to the Community, @Andrea_Krisko
I’ve forwarded your request to the devs and will update you tomorrow
Thank you for waiting!
We’ve adjusted the CSS code you were using in your widget, and now everything should be working fine:
.global-styles,
.elfsight-app-d80e7d02-4c1d-4af8-a8ac-ad62a56aa3d1 {
margin-left: 1.3vw;
}
[class*='dropdown__Container-sc'] {
background: transparent !important;
}
.global-styles,
.eapps-widget-toolbar {
display: none !important;
}
[class*='Popout__PopoutContent-sc'] {
left: -25px !important;
}
.global-styles,
body [class*='name__NameContainer-sc'] {
color: white !important;
}
Check your widget and let me know if it’s fine now