Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #853312

    Hi,

    i use the avia layout element portfolio raster. I also use a caption text for every image. But the text for the caption is transparent on mouse hover. How can i show the caption without transparence?

    url:https://www.mariohausmannweddings.com/hochzeitsfotograf-koeln/
    image: image

    #854143

    Hey Chris_85,

    Thank you for using Enfold.

    It’s transparent because of the following css modification.

    .entry-content-header a {
        text-decoration: none !important;
        color: #423d3d;
        opacity: .9;
        font-size: 20px;
    }

    Please disable the cache and minification plugin, remove the code then enable the plugins back.

    Best regards,
    Ismael

    #857344

    Hi Ismael,

    thanks for you answer. But if i remove this code the problem is still there (also after clear cache). Any other ideas?

    Thanks!

    #857627

    Hi Chris_85,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look? And please disable the caching plugin for now.

    Best regards,
    Victoria

    • This reply was modified 7 years, 1 month ago by Victoria.
    #860977

    Hi,
    look to the private section. If you mak any changes you can disable the cahing plugin under plugins…

    Thanks

    #861261

    Hi,

    It’s covered by the overlay. Please add this css code.

    #top .isotope-item .grid-content {
        z-index: 1000;
    }

    Don’t forget to remove the browser/plugin cache.

    Best regards,
    Ismael

    #861788

    thanks Ismael,

    it works better. But the mouse hover effect stops on the title. Can you plz have a look to the front page? there the effect works like i want to have it.

    Thanks!

    Chris

    #862322

    Hi,

    Look for this css modification.

    .avia_transform a:hover .image-overlay {
        opacity: .7 !important;
    }

    Replace it with:

    .isotope-item:hover a .image-overlay {
        opacity: .7 !important;
    }

    That should fix the issue.

    Best regards,
    Ismael

    #863819

    thanks! This works!

    best regards
    Chris

    #864390

    Hi,

    Great! Let us know if you need anything else.

    Best regards,
    Ismael

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Probem with caption overlay on porfolio raster’ is closed to new replies.