Hi,
I use CiviCRM to manage my site's contacts. I handle multiple roles and plan to integrate memberships or additional paid services.
What CiviCRM has helped me with:
✅ Amazon...
That module has never had a Drupal 7 release and consequently doesn't have a Drupal 7 branch. Porting modern Drupal only modules to Backdrop involved re-writing it so it tends to take a lot...
Posted18 hours 14 min ago by Martin Price | System Horizons Ltd (yorkshirepudding) on:
It seems that one is not able to assign specific permission to publish a content type with Backdrop CMS core.
However, there are contrib modules that allow this. Such as the Publish...
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.