Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #299214

    In partner logo elemrnt (Avia advanced builder ) is fixed position for hover . Would it be possible to change this position on each page ?
    Something like top, bottom, center ? And of corse the color and font will be nice…

    #299494

    Hey altei!

    Thank you for using Enfold.

    Unfortunately, you can’t change the position of the tooltip. You need to modify the theme files in order to do that but the task falls beyond the scope of support. You can only try to add a left or top margin to change the position. Add something like this on Quick CSS or custom.css:

    .avia-tooltip.avia-tt {
    margin-top: 150px;
    }

    Best regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.