Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #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

    #299341

    Hey Dan!

    Please remove HTML from your CSS code and point out “image with hotspots” element on your website

    Best regards,
    Yigit

    #299368

    Correction.
    I am using an Image block inside the color area.
    When adding caption to the image, it gets darker.

    Dan

    • This reply was modified 10 years, 3 months ago by tech500.
    #299430

    Hey Dan!

    Try adding this code to the Quick CSS:

    .av-image-caption-overlay {
        background: transparent !important;
    }

    Cheers! 
    Josue

    #299431
    This reply has been marked as private.
    #299434

    Hi Dan!

    Have you tried adding this code (Quick CSS)?

    .av-image-caption-overlay {
        background: transparent !important;
    }

    Regards,
    Josue

    #299435

    Great, thanks, that solved it well.

    Sincerely

    Dan

    #299436

    Sorry, we wrote to each other at the same time.
    Problem solved.
    Dan

    #299438

    By the way.
    How do I get rid from the black bar at the top menu ?

    Dan

    #299440

    Add this too to the Quick CSS:

    .html_header_transparency #top #wrap_all #main{
        padding-top: 0 !important;
    }
    #299442

    Still gets a transparent bar. :(

    Thanks for the help.

    Dan

    #299446

    Which bar are you referring to? can you post a screenshot?

    #299448
    This reply has been marked as private.
    #299450

    Ok, try adding this:

    .header_color, .header_bg {
        background: transparent !important;    
    }
    #299451

    Great, solved.

    Dan

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Image with HotSpots is black’ is closed to new replies.