I put text in the info bubble content box but it is not showing on the page where the widget is included: http://www.ilcamin-o.de/kontakt/
Second questions: I need a quick css fix to change the color of the small circle with the arrows which appears when hoovering over the big gallerie picture on a single portfolio page. Thanks.
Hi,
1.) What do you mean by “info bubble content box”?
2.) Add this on your custom.css
.image-overlay .image-overlay-inside::before {
background-color: green;
}
Regards,
Ismael
1) Take a look at this image then you will know what i mean: http://imghost4you.com/images/maps.jpg
2) The css has no effect on the hover circle.
Same here…no bubble content showing…
Hi,
1.) Oh, my bad. I also tested it and it is really not working. Let me tag the rest of the support team.
2.) Replace the code with this. Please remove browser cache then reload the page.
.image-overlay .image-overlay-inside::before {
background-color: green !important;
}
Regards,
Ismael