Hi Guys.
i’m using the horizontal gallery and would like for the image caption and a button to display, like the attached screenshot in private area. Is this doable? Thanks in advance :)
Following up on this. Thanks guys :)
Hi bobfurgo,
Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)
Best regards,
Victoria
ok, no problem. Would you be able to help me apply a dark opacity or gradient over the non active images on this horizontal slider with css? So over the images to the left and right of the center image?
Thanks!
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
/* CSS - */
#top .av-horizontal-gallery-wrap:not(.av-active-gal-item):before {
position: absolute;
content:'';
left:0;
right:0;
height: 100%;
background: rgba(0,0,0,.75);
}
Best regards,
Vinay
worked great! Thanks vinay :)