Tagged: 

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

    Hi,
    Is there any way I could extend the size of Tooltip box?
    .

    #576587

    Hi Sadegh!

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

    .avia-tooltip.av-tt-hotspot {
        width: 300px;
    }

    Cheers!
    Yigit

    #579487

    Hi Yigit,

    Thanks for that.
    Is there any way I could change the size of the tooltips just in one page? I mean if it is possible that each page has its own tooltips size.

    #579515

    Hey!

    Yes, you can change the code to following one

    .page-id-59 .avia-tooltip.av-tt-hotspot {
        width: 300px;
    }

    59 is the page ID here, change it to match your page.

    Regards,
    Yigit

    #579517

    Hi Yigit,
    Great, thank you :)

    #579524

    Hey!

    You are welcome, glad we could help :)

    Regards,
    Yigit

    #579685

    :)

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