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…
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