Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #754365

    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.

    https://snag.gy/riIJLC.jpg

    #755477

    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

    #755589

    OK
    How can I identify the next element? Could you walk me thru this?

    #755705

    Hi,
    you can use your browser’s dev tools, in Chrome it’s F12, and use the select tool to find the element.
    I believe in your case you are looking for “.avia-builder-el-last” as your next element.
    postimage
    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.