When I add an image to the “Image with HotSpots is black”, with text in it, the background image is darker by css style.
I tried to put this in my custom css, but it has not effect.
.av-image-caption-overlay {
position:absolute;
height:100%;
width:100%;
<del datetime="2014-08-03T06:32:56+00:00"> background:rgba(0,0,0,0.4);
</del> z-index:10;
<del datetime="2014-08-03T06:32:56+00:00">color:#fff;</del>
text-align:center;
}
How can I remove that darker effect ?
Dan
Hey Dan!
Please remove HTML from your CSS code and point out “image with hotspots” element on your website
Best regards,
Yigit
Correction.
I am using an Image block inside the color area.
When adding caption to the image, it gets darker.
Dan
Hey Dan!
Try adding this code to the Quick CSS:
.av-image-caption-overlay {
background: transparent !important;
}
Cheers!
Josue
Hi Dan!
Have you tried adding this code (Quick CSS)?
.av-image-caption-overlay {
background: transparent !important;
}
Regards,
Josue
Great, thanks, that solved it well.
Sincerely
Dan
Sorry, we wrote to each other at the same time.
Problem solved.
Dan
By the way.
How do I get rid from the black bar at the top menu ?
Dan
Add this too to the Quick CSS:
.html_header_transparency #top #wrap_all #main{
padding-top: 0 !important;
}
Still gets a transparent bar. :(
Thanks for the help.
Dan
Which bar are you referring to? can you post a screenshot?
Ok, try adding this:
.header_color, .header_bg {
background: transparent !important;
}
Great, solved.
Dan