Page 1 of 1
font-color change
Posted: 01 Feb 2018, 20:19
by Wichtelmann
I changed all texts of my homepage to white. therefore I can not read the fields in phoca-maps anymore. How can I change the font color on phoca-maps?
in phocamaps.css there is the following entry:
Code: Select all
#phocamaps .pmroute,
.pmroute {
margin-top: 15px;
margin-left: 15px;
clear: both;
font-color: #fff; !important
}
however, does not this change anything?
Re: font-color change
Posted: 02 Feb 2018, 00:24
by christine
Hallo Wichtelmann,
ohne Link, kann ich nur zum Code was sagen: Die letzte Zeile ist falsch - müsste so lauten:
font-color: #fff !important;
Liebe Grüße
Christine
Re: font-color change
Posted: 02 Feb 2018, 11:21
by Wichtelmann
Hallo liebe Christine,
ich glaube die, die mir schon so oft geholfen hat ?
http://test.pro-muenstermaifeld.de/karte
Es geht um die Texte der Marker, wenn man diese anklickt. Da die Schriftfarbe komplett weiß gestellt ist, sind diese natürlich hier nicht zu sehen.
Ich finde einfach die Stelle im CSS nicht...
Liebe Grüße
Wichtelmännchen ;-)
Re: font-color change
Posted: 02 Feb 2018, 17:44
by christine
Hallo Wichtelmann,
weiß leider nicht, was Du mit "Texte der Marker" meinst, vermute daher, dass es um "From Adress ...." Eingabe Feld geht.
Dort kann man nichts lesen, wenn man Route eingibt. Habs probiert, dass ich dennoch eine Route bekomme. Und diese ist dann schlecht zu lesen. Wenn Du das meinst?
Gib mal ans Ende der custom.css folgendes rein:
Code: Select all
.adp, .adp table {
color: #fff !important;
}
.adp-step, .adp-text {
color:#000;
}
button, input, optgroup, select, textarea {
color: #000;
}
.btn {
color:#fff;
}
Liebe Grüße
Christine ... jo alias christine2
Re: font-color change
Posted: 02 Feb 2018, 18:43
by Wichtelmann
Hallo Chrstine(2),
das meinte ich zwar nicht aber hilft dennoch. Ich meine das kleine Feld, das den beim marker hinterlegten Text anzeigt. Siehe screenshot. Im Beispiel "Test".
Re: font-color change
Posted: 02 Feb 2018, 19:16
by christine
Hallo Wichtelmann,
das andere (also obige Codes) hast ja schon geändert. Jetzt sieht man wenigstens die Routen usw.
zum Marker, probiers damit:
Liebe Grüße
Christine
Re: font-color change
Posted: 02 Feb 2018, 23:10
by Wichtelmann
Wie immer meine Rettung.
Vielen Dank liebe Christine!
Mit liebem Gruss
Wichtelmann
Re: font-color change
Posted: 03 Feb 2018, 00:35
by christine
Hallo Wichtelmann,
na wunderbar. Danke für Rückmeldung & liebe Grüße
Christine