I'm trying to personalize elements of a trending widget in
But it works like this:
Why does this work targeting the template but not the widget??
(the widget is displayed on Forums list of course)
extra.less
but some elements refuses to be edited within data-widget-key
Less:
[data-widget-key="trendingHomeWidget"] {
.block--messages .message, .block--messages .block-row {
border-color: #303030;
}
.block--previews .block-body {
gap: 0;
}
}
But it works like this:
Less:
[data-template="forum_list"] {
.block--messages .message, .block--messages .block-row {
border-color: #303030;
}
.block--previews .block-body {
gap: 0;
}
}
Why does this work targeting the template but not the widget??
(the widget is displayed on Forums list of course)
Last edited: