Tagged: 

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

    Having resized my hotspots but, the

    – pulse that sits behind the hotspots is not centred or resized.
    – the font within the hotspots is not resized

    Is there a way to fix please?

    BTW: I used the following css to resize the hotspots (found on another support thread).

    .responsive .av-image-hotspot{
    height: 35px;
    width: 35px;
    line-height: 35px;
    }

    #630873

    Hey davidpreston,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    
    .responsive .av-image-hotspot-pulse {
        height: 84px !important;
        width: 84px !important;
    }
    
    .av-image-hotspot_inner {
        font-size: 15px;
    }
    

    Best regards,
    Jordan

    #630948

    Brilliant, thanks Jordan, it worked a treat buddy.

    #630992

    Hi,

    You’re welcome! Glad it worked.

    Best regards,
    Jordan

    #653605

    Hello Jordan,

    I am trying to the do the same. I copy pasted the above code but it doesn’t seem to work. To be honest, none of the quick CSS stuff seems to work. Should I enable something in the settings?

    Grüße
    Jyothis

    #653609

    Kindly ignore the above message. I found the bug!

    #654824

    Hi,

    glad you could solve the issue. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.

    Best regards,
    Andy

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Enfold Hotspot Resize’ is closed to new replies.