Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1434816

    Hi

    I need a Hover Effect on Partner/Logo.
    I did:
    #top .avia-logo-element-container .slide-image a:hover {
    background-color: #ffffff !important;
    opacity: 0.5 !important;
    }

    not working
    Need a Hover effect Opacity 0.5 on Partner/Logo Images:
    https://shop.cleanhouse.ch/home/home-avia/

    #1434835

    Hey Steve,

    Thank you for the inquiry.

    Please try to use the following css code to adjust the opacity of the slider entries on hover.

    #top .avia-logo-element-container .slide-entry:hover {
        transition: all 0.8s;
        opacity: 0.5;
    }
    

    Best regards,
    Ismael

    #1434912

    Great, that one works.
    You should implement this in in Partner/Logo element by default.

    Thank you
    Steve

    #1434913

    Hi,
    Glad Ismael could 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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘ENFOLD Partner/Logo Mouse Over Effect’ is closed to new replies.