I could not find /usr/share/ssowat/portal path. I guess It’s moved to /usr/share/yunohost/portal but how to add a custom theme or change an existing theme?
It would be good if you guys could update Customize the appearance of the user portal | Yunohost Documentation for yunohost 12.
Thanks in advance
Hello, now you should do it from the webadmin, clicking on the domain you want to customize
Oh cool! I didn’t noticed that, really thanks
Actually I was asking it for changing custom_portal.js file to add user portal additional features but new portal and features looks good. I’ll go with builtin editable css for now
Hello, I’ve got similar question and, I’m not sure how and where to find the baseline for modification. I would like to change the colors on top of the logo, which is the only easy modif doable on the webadmin.
questions are:
- where are the new theme located ?
- is there a dedicated forge like previously where I could copy a current theme to modify ?
- is there anybody that has allready made a change through the webinterface and would be keen to share what to put in there so I’ve got a baseline ?
If, as me you want to change only the background font, using background-color as a single line doesn’t work.
I’ve used the following :
body {
background-color: #HexColoryouWant;
}
It works for me. Please be sure you are changing the Custom CSS stylesheet section for the domain you want
And maybe you can try a force refresh (Ctrl+Shift+R)
oh, I was not clear at all in what I wrote sorry.
I initially put only the line with background color without any environment and I solved it by adding the body part. so indeed it’s working for me as well.