จะปรับแต่งเมนูของwpยังไงครับ แบบตัวหนัง

เริ่มโดย wattnatur, 22 กรกฎาคม 2011, 20:41:31

หัวข้อก่อนหน้า - หัวข้อถัดไป

0 สมาชิก และ 1 ผู้มาเยือน กำลังดูหัวข้อนี้

wattnatur


ตัวหนังสือดูแล้วมันไม่ค่อยเด่น และดูไม่สะดุดตาน่ะครับ อยากรบกวนผู้รู้ช่วยชี้แนะด้วยครับว่าต้องไปปรับแต่งโค้ดตัวไหนบ้างครับ

คนเดินทางไกล

ปกติจะแก้ที่   style.css   ลอง view source ว่ามันอยู่ใน id อะไร class อะไร
Ex.
อ้างถึง#navcontainer {
   height: 42px;
   display: block;
   overflow: hidden;
    border-top: 1px solid #fff;
    background: url(images/nav-bg.png) left top repeat-x;
    padding-left: 6px;
   }

#navcontainer .current-cat a {
   color:#FFFFFF;
    background: url(images/nav-hover.png) center 9px no-repeat;
    text-decoration: none;
   }

navcontainer = id
.current-cat a = class

น่าจะประมาณนี้