Hello
I would like to remove the grey area behind the logo in front of the background image. It´s the JoomlArt Advanced Custom Module, intro style: 3
Remove grey block
Hi grafiska-huset,
You can add the following CSS code to your template:
.acm-features.style-3 .features-image:before {
display: none;
}
Perfect, thanks. worked like a charm
saguaros locked the discussion.