11.09.2019, 09:45
(11.09.2019, 09:32)admin Wrote: Widget id should be like #widget-123 where 123 is widget unique id.
I replace widget name "test" with "123" the first time and widget-123 the second time. In CSS custom and I write this following:
#widget-123 {
border-top: #05a3b7 0.2em solid !important;
background-color: #424242 !important;
top: 0px !important;
left: 0px !important;
border-radius: 15px! !important;
}
Nothing change. It does not work.