Hi,
1) I need to insert a caption to the partnre/logo element, with 2 different links?
2) Is it possible not to show the tooltip on mouse hover over image?
Hey talelie,
Thanks for getting in touch!
1) Would you mind posting us a screenshot/mockup of what you would like to achieve? You can upload the screenshot to imgur.com or dropbox and share the link here :)
2) Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
body .avia-tooltip {
display: none !important;
}
Best regards,
Jordan