Page 1 of 1

Pop up details lost the background color

Posted: 11 Dec 2019, 01:29
by khacquan
Hi all,
I have a map with 100 locations flags, when I click on each flag, the details pop up and show all the info. In the past the background of this pop up is white , so the detail is clear, now it became transparent. Can someone tell me how to fix it?
https://vietdreams.org/projects/project-map

Thanks
BTW I can insert image here to show, is there a way to attache image?

Re: Pop up details lost the background color

Posted: 11 Dec 2019, 12:35
by christine
Hi,

to add image: https://www.phoca.cz/documents/50-phoca ... forum-post

But I think, there is no need for, because we can see it live with inspector.

a) some generell information:
You are using Protostar. It's recommended (if wanted) to make a Template copy with another name (re-named).

b) To add in backend a user.css. To add (new) or changed CSS segments.

c) Fow now, you could add at the end of your template.css:

Code: Select all

.gm-style .gm-style-iw-c {
background:#fff !important;	
}
Kind regards
Christine