Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
909 มุมมอง

Hi everyone,

I can't change the color of the menu text on my website.
How can i do it ?


Thanks for your help.

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

Hi,

Please add the CSS below

.navbar-light .navbar-nav .nav-link {
color: #FFF123 !important;
}

Regards

อวตาร
ละทิ้ง