תגיות: Elementor
-
מאתתגובות
-
19/01/2017 בשעה 10:14 #78546
בסוף העמוד יש טופס צור קשר שיצרתי עם אלמנטור פרו, לרוב אני עורך את ה placeholder עם הקוד הבא שיצרתי:
::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #000 !important; font-size: 22px !important; font-weight: bold !important; } ::-moz-placeholder { /* Firefox 19+ */ color: #000 !important; font-size: 22px !important; font-weight: bold !important; } :-ms-input-placeholder { /* IE 10+ */ color: #000 !important; font-size: 22px !important; font-weight: bold !important; } :-moz-placeholder { /* Firefox 18- */ color: #000 !important; font-size: 22px !important; font-weight: bold !important; }
נראה שה font-weigh & size כן עובדים, אבל הצבע עקשן כ"כ ולא רוצה להשתנות.. למה זה קורה ?:\
19/01/2017 בשעה 13:38 #78563כדי לשנות את הצבע בטפסים של אלמנטור, תוסיף את זה:
.elementor-widget-form .elementor-field-group .elementor-field, .elementor-widget-form .elementor-field-subgroup {color:red!important;}
19/01/2017 בשעה 18:32 #78590מה שה CSS שהבאת משנה את הצבע של הטקסט כשכותבים, אני מדבר על ה Placeholder…
19/01/2017 בשעה 19:52 #78605לצערי לעת עתה אין אפשרות מובנית לשליטה על הצבע של הפלייסולדר. בגדול כל דפדפן עובד אחרת.
22/01/2017 בשעה 07:35 #78632נכון אני מודע לזה, אני לא מבקש שליטה מובנית, אבל הקוד שכתבתי בתחילת הפוסט, משנה את הצבע על בטפסים הרגילים של Pojo, משום מה בטפסים של אלמנטור זה לא משפיע עליו ספציפית על הצבע, על הגודל פונט ומשקל זה כן, אבל ספציפית על הצבע לא, למה זה קורה?
22/01/2017 בשעה 17:47 #78685תכתוב את זה בצורה הבאה:
.elementor-field-group .elementor-field-textual::-webkit-input-placeholder { color: #000 !important; font-size: 22px !important; font-weight: bold !important; } .elementor-field-group .elementor-field-textual::-moz-placeholder { color: #000 !important; font-size: 22px !important; font-weight: bold !important; } .elementor-field-group .elementor-field-textual:-ms-input-placeholder { color: #000 !important; font-size: 22px !important; font-weight: bold !important; }
-
מאתתגובות
הפורום 'תמיכה' נסגר לדיונים ולתגובות חדשות.