-
מאתתגובות
-
14/01/2015 בשעה 13:15 #14495
יש לי באתר תפריט ראשי עליון
וחוץ מזה תפריט צדדי שמופיע בחלק מהעמודים
כשאני מעצבת את הדפריט דרך התאמה אישית הוא נותן לי אותו עיצוב לשניהם (כנראה שתיהם מוגדרים כתפריט ראשי)איך אני נותן הגדרות עיצוב שונות לאחד מהם?
התפריט העליון הוא על רקע כהה
והתפריט הצדדי על רקע בהיר.
כך שהצבעים שלהם חייבים להיות שונים.14/01/2015 בשעה 20:42 #14550איזו ערכת עיצוב?
14/01/2015 בשעה 21:42 #1455714/01/2015 בשעה 23:16 #14562תגובה זו סומנה כפרטית.15/01/2015 בשעה 09:24 #14572אוקי, בגרסה הבאה נשפר את הנקודה הזאת וניתן שליטה מיוחדת על זה, לעת עתה אם אתם רוצים רק לשנות את הצבע של הפונט, אז תשתמשו בקוד CSS הזה:
#sidebar .menu li a, #sidebar .sub-menu li a, #sidebar .sub-page-menu li a { color: #666; }
15/01/2015 בשעה 10:45 #14578תודה 🙂
שאלה קטנה באותו נושא,
פרסמתם פה בפורום את הקוד הנ"ל לסידור השדות בטופס צור קשר:
.wpcf7 input,
.wpcf7 textarea {
width: 100%;
max-width: 100%;
margin-top: 6px;
padding: 6px;
-webkit-transition: all .3s linear;
-moz-transition: all .3s linear;
-ms-transition: all .3s linear;
-o-transition: all .3s linear;
transition: all .3s linear;
}
.wpcf7 .wpcf7-submit {
background-color: transparent;
border: 1px solid #cccccc;
width: auto;
display: inline-block;
padding: 8px 16px;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
color: #333;
margin-bottom: 0px;
font-size: 1em;
font-weight: bold;
line-height: 1em;
-webkit-transition: all .3s linear;
-moz-transition: all .3s linear;
-ms-transition: all .3s linear;
-o-transition: all .3s linear;
transition: all .3s linear;
}
.wpcf7 .wpcf7-submit:hover,
.wpcf7 .wpcf7-submit:focus {
background-color: #EEEEEE;
text-decoration: none;
}
.wpcf7 .wpcf7-submit:active {
background-image: none;
outline: 0;
}הבעיה היא, שכשאני מכניס את הקוד אז לא ניתן להשתמש בהתאמה אישית של וורדפרס, כלומר הוא מראה לי דף ריק…
15/01/2015 בשעה 13:00 #14600סודר לאחר עדכון גרסה…
תודה
-
מאתתגובות
הפורום 'תמיכה' נסגר לדיונים ולתגובות חדשות.