Hi – on this page: http://www.tillitsvervet.no/hovedtillitsvalgt/
I am able to apply a custom css on the 1/1 color section, but I am not able to make it work on the nested 1/2 column inside the 1/1 color section.
Hey dalboslampen,
The layout builder doesn’t support nesting unless you use shortcodes, so I’m guessing that is the reason. But you can use the class you have assigned to the 1/1 to target the element instead.
.your-class .next-element {
your css
}
Best regards,
Rikard
OK
How can I identify the next element? Could you walk me thru this?