-
AuthorPosts
-
August 3, 2014 at 8:36 am #299286
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
August 3, 2014 at 3:02 pm #299341Hey Dan!
Please remove HTML from your CSS code and point out “image with hotspots” element on your website
Best regards,
YigitAugust 3, 2014 at 4:09 pm #299368Correction.
I am using an Image block inside the color area.
When adding caption to the image, it gets darker.Dan
-
This reply was modified 11 years, 3 months ago by
tech500.
August 3, 2014 at 9:21 pm #299430Hey Dan!
Try adding this code to the Quick CSS:
.av-image-caption-overlay { background: transparent !important; }Cheers!
JosueAugust 3, 2014 at 9:21 pm #299431This reply has been marked as private.August 3, 2014 at 9:24 pm #299434Hi Dan!
Have you tried adding this code (Quick CSS)?
.av-image-caption-overlay { background: transparent !important; }Regards,
JosueAugust 3, 2014 at 9:25 pm #299435Great, thanks, that solved it well.
Sincerely
Dan
August 3, 2014 at 9:26 pm #299436Sorry, we wrote to each other at the same time.
Problem solved.
DanAugust 3, 2014 at 9:27 pm #299438By the way.
How do I get rid from the black bar at the top menu ?Dan
August 3, 2014 at 9:29 pm #299440Add this too to the Quick CSS:
.html_header_transparency #top #wrap_all #main{ padding-top: 0 !important; }August 3, 2014 at 9:48 pm #299442Still gets a transparent bar. :(
Thanks for the help.
Dan
August 3, 2014 at 9:52 pm #299446Which bar are you referring to? can you post a screenshot?
August 3, 2014 at 9:56 pm #299448This reply has been marked as private.August 3, 2014 at 10:01 pm #299450Ok, try adding this:
.header_color, .header_bg { background: transparent !important; }August 3, 2014 at 10:04 pm #299451Great, solved.
Dan
-
This reply was modified 11 years, 3 months ago by
-
AuthorPosts
- The topic ‘Image with HotSpots is black’ is closed to new replies.
