Please always enter the name of the template and the Joomla version and the live URL if available
[GELÖST] Komponente visform | nur eine Zeile
UND...einzelne Zeilen kannst du immer mit dem Field ansprechen.
In deinem Fall z.B. mit diesem Code:
Das jeweilige Feld (field) kannst du mit den Entwicklertools (F12) ausfindig machen:
In deinem Fall z.B. mit diesem Code:
Code:
#field5 {
height: 50px;
}
Das jeweilige Feld (field) kannst du mit den Entwicklertools (F12) ausfindig machen:
by WM-Loose
Please Log in or Create an account to join the conversation.
wunderbar
Kann ich genau für dieses Feld auch die Schriftgröße für das Ausfüllen definieren?
Kann ich genau für dieses Feld auch die Schriftgröße für das Ausfüllen definieren?
by worldmove
Please Log in or Create an account to join the conversation.
Replied by WM-Loose on topic [GELÖST] Komponente visform | nur eine Zeile
Posted 1 year 4 months ago #33354
Klar, kann man alles mit CSS machen:
Größe in px dann nach belieben anpassen.
Bitte hab Verständnis, dass wir hier keine weitere Hilfestellung zu anderen Erweiterungen wie Visforms geben können.
Ich schließe den Thread dann mit gelöst.
Code:
.form-control, #adminForm .controls > textarea, #adminForm .controls > select, #adminForm .controls > input[type="text"], #adminForm .controls > input[type="password"], #adminForm .controls > input[type="datetime"], #adminForm .controls > input[type="datetime-local"], #adminForm .controls > input[type="date"], #adminForm .controls > input[type="month"], #adminForm .controls > input[type="time"], #adminForm .controls > input[type="week"], #adminForm .controls > input[type="number"], #adminForm .controls > input[type="email"], #adminForm .controls > input[type="url"], #adminForm .controls > input[type="search"], #adminForm .controls > input[type="tel"], #adminForm .controls > input[type="color"], #adminForm .controls > .uneditable-input, #adminForm .controls .field-calendar input[type="text"], #adminForm .controls .field-media-input {
font-size: 16px;
}
Größe in px dann nach belieben anpassen.
Bitte hab Verständnis, dass wir hier keine weitere Hilfestellung zu anderen Erweiterungen wie Visforms geben können.
Ich schließe den Thread dann mit gelöst.
Last Edit:1 year 4 months ago
by WM-Loose
Last edit: 1 year 4 months ago by WM-Loose.
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates