Tagged: blog image overlay
-
AuthorPosts
-
March 9, 2023 at 9:51 am #1400531
Dear support,
i would like to have a permanent image overlay on my Blog-header-images like in the layout-screenshot in private section.
Is this possible with enfold?
Thanks for any help!March 10, 2023 at 3:45 pm #1400714Hey,
Please add the following code to the Quick CSS field in Enfold theme options > General Styling tab
.big-preview .image-overlay .image-overlay-inside::before { border-radius: 0; left: 25px; width: 50px; height: 50px; line-height: 50px; top: 60px; } #top .big-preview .image-overlay { width: 60px !important; left: auto !important; right: 0; overflow: visible !important; opacity: 0.85 !important; }
Best regards,
YigitMarch 11, 2023 at 9:18 am #1400811Hey Yigit,
thank you so much for your help!
Is there a way to show the overlay from the first page load on? Now it shows up after the first mouseover.March 11, 2023 at 1:03 pm #1400830Hi,
To always show the icon and prevent the hover animation I adjusted the css to this:.big-preview .image-overlay .image-overlay-inside::before { border-radius: 0; left: 25px; width: 50px; height: 50px; line-height: 50px; top: 60px; } #top .big-preview .image-overlay { width: 60px !important; left: auto !important; right: 0; overflow: visible !important; opacity: 0.85 !important; background: transparent; top: 0px; } a:hover .image-overlay .image-overlay-inside { -webkit-animation: none; animation: none; }
Please clear your browser cache and check.
Best regards,
MikeMarch 11, 2023 at 2:00 pm #1400831Hi Mike,
thanks for your help!
Now the white transparent background is gone?March 11, 2023 at 2:31 pm #1400832Hi,
How do you want the white overlay always over the image or only on hover?
When I checked the overlay was only 60px wide on the right, I thought this was an error so I added background: transparent; to the css above, try removing this if you only wanted that.Best regards,
MikeMarch 11, 2023 at 4:05 pm #1400839Hi Mike,
thank you, removing background: transparent; fixed it :-)March 11, 2023 at 4:52 pm #1400846Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
Mike -
AuthorPosts
- The topic ‘Blog image overlay’ is closed to new replies.