Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hello
I have a row configuration of two divisions. I want to make the background color of one of this divisions, grey. How can I do this, can somebody help me?
Hi Valentin,
The following link will get you on your way:
https://our.umbraco.org/documentation/getting-started/backoffice/property-editors/built-in-property-editors/grid-layout/settings-and-styles
However, here's an example using the default grid view:
Developer -> Data Types
Data Types
Settings
Here's one to get you started:
[ { "label": "Background Colour", "description": "Choose a background colour.", "key": "class", "view": "radiobuttonlist", "modifier": "col--{0}", "applyTo": "cell", "prevalues": [ { "label": "White", "value": "white" }, { "label": "Green", "value": "green" } ] } ]
The options here are all listed in the documentation link above.
Hope that helps.
Thank you a lot Ben. I managed to apply the idea that you sugested and now i finally can choose the backgroud color of my divison. :)
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
Assigning a background color to a division (Grid Layout)
Hello
I have a row configuration of two divisions. I want to make the background color of one of this divisions, grey. How can I do this, can somebody help me?
Hi Valentin,
The following link will get you on your way:
https://our.umbraco.org/documentation/getting-started/backoffice/property-editors/built-in-property-editors/grid-layout/settings-and-styles
However, here's an example using the default grid view:
Developer -> Data Types
.Data Types
folder.Settings
in the main pane.Here's one to get you started:
The options here are all listed in the documentation link above.
Hope that helps.
Thank you a lot Ben. I managed to apply the idea that you sugested and now i finally can choose the backgroud color of my divison. :)
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.