Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1133106

    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 :)

    #1133891

    Following up on this. Thanks guys :)

    #1133987

    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

    #1134060

    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!

    #1135177

    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

    #1135751

    worked great! Thanks vinay :)

    #1135827

    Hi,

    Great, I’m glad that it’s working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.