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:
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
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!
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
Hi,
look to the private section. If you mak any changes you can disable the cahing plugin under plugins…
Thanks
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
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
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
thanks! This works!
best regards
Chris