Styling
Last updated
Was this helpful?
Was this helpful?
#$divId {
.nosto-block {
...
}
.nosto-header {
...
}
.nosto-list {
...
}
}<style nested>
#$divId {
.wrapper {
.blue {
color: blue;
}
.red {
color: red;
}
}
}
</style><style nested data-transpiled="true">
#nosto-product1 .wrapper .blue { color: blue; }
#nosto-product1 .wrapper .red { color: red; }
</style>