ฉันพยายามที่จะให้ลิงค์ปรากฏเป็นสีขาวโดยไม่มีขีดเส้นใต้ สีข้อความแสดงขึ้นอย่างถูกต้องเป็นสีขาว แต่ขีดเส้นใต้สีน้ำเงินยังคงอยู่อย่างถาวร ฉันพยายามtext-decoration: none;
และtext-decoration: none !important;
CSS เพื่อลบการเชื่อมโยงขีดเส้นใต้ ไม่ทำงาน
.boxhead .otherPage {
color: #FFFFFF;
text-decoration: none;
}
<div class="boxhead">
<h2>
<span class="thisPage">Current Page</span>
<a href="myLink"><span class="otherPage">Different Page</span></a>
</h2>
</div>
ฉันจะลบเส้นใต้สีน้ำเงินออกจากลิงค์ได้อย่างไร