Forum Discussion

yuyitax's avatar
yuyitax
Copper Contributor
Dec 11, 2019
Solved

List Style in Modern experience not working

Hello!   I have created a list with a "Shaded" Style. If the list is on Classic mode, the links are nice and blue and the shading works perfectly, but if I view the list in modern experience, all o...
  • RobElliott's avatar
    RobElliott
    Dec 11, 2019

    yuyitax sorry the JSON code got changed during the copy and paste, hopefully now corrected. The code is:

    {
    "$schema":
    "https://developer.microsoft.com/json-schemas/sp/column-formatting.schema.json",
    "elmType": "div",
    "debugMode": true,
    "txtContent": "@currentField",
    "style": {
    "color": "#0000ff"
    }
    }

     

    Rob
    Los Gallardos
    Microsoft Power Automate Community Super User

Resources