Greetings to all
I am trying to implement it in a general way with CSS, for this I have added the following to the setting.js file:
editorTheme: {
page: {
css: "/absolute/path/to/custom/css/file",
},
projects: {
// To enable the Projects feature, set this value to true
enabled: false
}
}
and then create a file file.css where I put the characteristics that will affect the other file, well that's the idea, but it doesn't work for me, please help me with this.
Atte.
Julio Calle