Hello ,
I want to apply the code below to the custom css to make only the background image of one specific textwidget with transparent overlay, but I’m having a hard time to isolate it because it keeps appearing on all my textwidgets on the site, any suggestions?
.textwidget
.background-image::after,
.row-overlay {
background-color: transparent !important;
}
Thanks!!