It seems that if I set the "Block title type" to either "Default" or "Custom", the title (i.e. the view title or the custom title defined in the block, respectively) always appears,...
Posted3 hours 50 min ago by Alejandro Cremaschi (argiepiano) on:
How are you generating the View?
There are a few ways to do it... but it depends on how you generate your View.
Are you using Contextual Filters?
You could use the "no...
I think this is good enough. Thanks for the surprise, @yorkshirepudding!
Here's the CSS i use for future references. (Works on black, very minimal):
/* ========== ACCORDION...
Posted1 day 4 hours ago by RS Snyder (theflightrs) on:
Comments
I guess because the CSS code that manages this element is:
.block-hero-no-image {
background-blend-mode: luminosity;
background-color: #0074bd;
background-image: url("/core/themes/basis/images/texture.png");
background-position: center center;
background-repeat: repeat;
}
The background-blend-mode CSS3 property is not supported by Microsoft browsers:
https://www.w3schools.com/cssref/pr_background-blend-mode.asp
https://developer.mozilla.org/en-US/docs/Web/CSS/background-blend-mode
I would recommend to use another CSS technique for this block - for example CSS opacity or RGBA color.
Or may be simply color texture.png file.