Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #538285

    Hi there!

    Is it possible to change the transparency and colour of of the Full Width Easy Slider overlay that appears when you set a link to a slider image?

    Also is it possible to remove the link icon from the centre of the image?

    (See first slide here: http://www.avesbrands.com/ linking to a film).

    Many thanks indeed!

    Christian

    #538290

    Hi jaroljmek!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    ul.avia-slideshow-inner .image-overlay-inside {
        display: none;
    }
    .avia_transform a:hover .image-overlay {
        opacity: 0.3 !important;
    }

    Regards,
    Yigit

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