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?
Pop up details lost the background color
- khacquan
- Phoca Newbie
- Posts: 4
- Joined: 12 Oct 2017, 20:40
-
- Phoca Hero
- Posts: 2886
- Joined: 28 Nov 2010, 17:20
Re: Pop up details lost the background color
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:
Kind regards
Christine
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;
}
Christine