I got 4 different widgets, and i want them all to have different style how can achieve this quickly?
I need them to become like this.
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
.page-id-57 .avia-builder-el-9 { background-color: white; border-color: blue!important; }
.page-id-57 .avia-builder-el-9 .su-spoiler-title { color: red; } /* for first widget */
.page-id-57 .avia-builder-el-12 { background-color: white; border-color: blue!important; }
.page-id-57 .avia-builder-el-12 .su-spoiler-title { color: red; } /* for second widget */
.page-id-57 .avia-builder-el-15 { background-color: white; border-color: blue!important; }
.page-id-57 .avia-builder-el-15 .su-spoiler-title { color: red; } /* for third widget */
.page-id-57 .avia-builder-el-16 { background-color: white; border-color: blue!important; }
.page-id-57 .avia-builder-el-16 .su-spoiler-title { color: red; } /* for fourth widget */
Best regards,
Yigit
Great, this works. And is also a great way to give style to al elements that you build with this framework, thx for the help.