Hi there,
Fairly new to Css, so wondering if someone has already used the custom Css to target a SPECIFIC KLIP. As per the notes in the themes, it states the following:
Targeting a specific Klip
To adjust the style of one or more specific Klips, you can add one or more classes to the root of any Klip container using the containerClassName
. Use the Klip Editor to add this to the Klip’s source code.
For example, add:
"containerClassName": "myclass",
to the root of the Klip, below “layoutConfig”
Now, when I go into the specific klip in editor and go to View Klip Source Code, it only starts at the "title" area - and then works it way down to the difference layouts etc. I can change the background for the title, or any of the individual layout tables, but cannot seem to find the root of the klip in the code to add the containerclassname to and hence am unable to change eg the background image of this klip (apart from the individual sections mentioned before).
So what I am trying to do at present is:
1. Change the background image for 1 specific ENTIRE klip
or 2. Change the background image for 1 specific klip BODY (i.e. entire section below the title bar - not just the layout grids)
Has anyone done this before? Also, it would be great to get some more info about what the klip editor source code is - JSON? And is there any other spot that source code can be changed? I seem to be able to see more elements etc in the source code viewer than what I can actually see in the klip editor source code, but viewer info cannot be changed and saved.
Info appreciated.