Tagged: ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #579801

    I was wondering instead of using numbers for the hotspot if we can use an icon/picture instead. Thanks!

    #579806

    Hey schenkco!

    Please turn on custom CSS field for ALB elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and edit your element and give it a custom CSS class and then add following code to Quick CSS in Enfold theme options under General Styling tab

    .your-custom-class .av-image-hotspot_inner {
        background: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png)!important;
        background-repeat: no-repeat!important;
        background-size: contain!important;
        background-position: 50% 50%!important;
    }

    Cheers!
    Yigit

    #579823

    It worked, thanks so much!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Gallery Hotspot Icon’ is closed to new replies.