In the ACP, just put this in the Custom CSS section
.categories-title { display: none; }[solved. Thanks to jarey, yariplus, pichalite] How to add background image to persona theme?
Moved
Technical Support
-
-
I recommend the CSS way. It's under
Appearance=>Custom HTML & CSS
, make sure you check the little box.body { background-image: url(https://image.freepik.com/free-vector/free-blue-light-vector-background_51-9976.jpg); }
-
Not within the admin panel. There was some discussion about it before, but I don't think there was a ton of interest.
-
@yariplus @noobbb check this commit. it adds a skin specific class to
body
tag so you can add custom css specific to the skin.notification dropdown visibility should be fixed with that commit though.
https://github.com/NodeBB/nodebb-theme-persona/commit/304909d3584901b2cbd88087dbdf265a242d0f7d
-
@pichalite Oh, thanks! It's ok. I did a bunch of custom css code after I added the background. I couldn't stop. It was too fun. lol
-
Just linking this related issue.