Hi Max,
Currently you have to use custom css to make the background transparent. You have to find the ID of the particular image using something like Google Chrome’s “inspect element”. The CSS might look something like this if the ID is 1229:
body #hotspot-1229 .hotspots-image-container {
background: transparent;
}
You can add custom css into your child theme’s css file (if you have a child theme). If you don’t have a child theme, or you’re not comfortable with FTP, we recommend using a CSS plugin to add custom styles. There are many options, but here are a couple popular choices:
Jetpack’s custom CSS module (easiest if you already have Jetpack installed)
Simple Custom CSS plugin: https://ww.wp.xz.cn/plugins/simple-custom-css/
Hope that helps!
Nathan
Thread Starter
jack63
(@jack63)
SOLVED!!
thank you so much for your help
Thanks again
Max