Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #812032

    Hi,

    I would like to change the hotspots into small squares.

    I tried this code:

    .responsive .av-image-hotspot-pulse {
    height: 30px !important;
    width: 30px !important;
    }

    .av-image-hotspot_inner {
    font-size: 8px;
    }

    But they aren´t squares and the pulse isn´t centerd anymore.

    What can I do?

    #812036

    please delete your code and try this one:

    .av-hotspot-container .av-image-hotspot_inner {
        border-radius: 0 !important;
    }
    
    .av-hotspot-container .av-image-hotspot-pulse {
        border-radius: 0 !important;
    }
    
    .responsive .av-image-hotspot {
        font-size: 14px;
        height: 30px;
        line-height: 29px;
        width: 30px;
    }
    
    .responsive .av-image-hotspot-pulse {
        height: 60px;
        left: -15px;
        top: -15px;
        width: 60px;
    }

    i increased the size of the font a bit – if you don’t like it try with your font-size.
    vertical-centering you can achieve via line-height parameter.

    #812379

    Hi,

    Thanks for sharing @guenni007, did you try that out @seykom?

    Best regards,
    Rikard

    #812928

    I already fixed it, but thank you! :)

    #812936

    Hi,

    Glad that you have already fixed it. Thanks for using Enfold :)

    Best regards,
    Nikko

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Changing hotspots’ is closed to new replies.