So, it's relatively straightforward to add a background image to a region through the theme with custom css.
I'm trying to find a way to do this through the User Interface, either through a contrib module or some other trick.
We have the option to add a background image to a hero block. How about adding a background image to a region?
I'm open to any of the following types of answers:
1) A Drupal module that might be ported to accomplish this
2) Some pseudo code on how to write a module for this feature
3) Some creative use of core features that might make this possible.
CSS injector doesn't count! (It's a reasonable option, but I thought of that already).
Recent comments
There is now a module to help with this. https://backdropcms.org/project/revision_helper The module allows site editors to select a custom color to display on revisions of nodes, much...
How to make clear to editor if they are on a revision?
So the admin who set up Sendgrid enabled Click tracking. Once disabled, the user password reset system works happily.
user_pass_reset_url
Thanks!
Setting width for main menu showing as hamburger menu, sidebars not displayed
Thank you, that's what I was looking for!
Setting width for main menu showing as hamburger menu, sidebars not displayed
As for the sidebar breakpoint, check core/modules/layout/css/grid-flexbox.css. You should avoid editing the values there, as they will be overwritten next time you update core. Instead,...
Setting width for main menu showing as hamburger menu, sidebars not displayed