how do i change the font color of current link

Ashfaq Zeemath

HTML:

<div id="nav_item" style="overflow:visible;">
      <nav>
      <ul>
        <li><a href="./index.php">HOME</a></li>
        <li><a href="./About_us.php">ABOUT US</a></li>
        <li><a href="./contact_us.php">CONTACT US</a></li>
        <li><a href="./feedback.php">YOUR FEEDBACK</a></li>
      </ul>
      </nav>

</div>

How to change the current link's font color (lets say if I opened "About_us.php")?

Anik Islam Abhi

Try this

a:active
{ 
   color:yellow;
}
/* for visited */
a:visited { 

   color: red;

}
<div id="nav_item" style="overflow:visible;">
      <nav>
      <ul>
        <li><a href="./About_us.php">HOME</a></li>
        <li><a href="./About_us.php">ABOUT US</a></li>
        <li><a href="./contact_us.php">CONTACT US</a></li>
        <li><a href="./feedback.php">YOUR FEEDBACK</a></li>
      </ul>
      </nav>

</div>

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

How do I change the color of an external link?

How do I center, change the color and font of this string?

How do I change the color and font of PDF comments in Evince?

Windows 8.1 - How do I change font color for date and time?

How do I change the font color of UIPickerView and UIDatePicker?

How do I change the font color in an html table?

How do I change the font color of the warning box in VIM?

How do I change color and font of my bootstrap nav tabs

How do I programmatically change a GroupBox Header font color?

How do I change the color of current cursor position indicator?

How do I change the color of a link temporarily when hovered in a QLabel?

How can I change the font color of link text using inline CSS?

How do change the font size and font color from a Java file?

How do I change the font color of a specific letter throughout the entire MS Word 2007 document?

How do I change the font color using SCSS when it has an imported stylesheet in Angular 8?

How do I change the font color of a specific text bound to a model on a Razor page?

How do I change the font color for keywords "for, if, return" in Visual Studio 2019 for C++?

How do I parseInt in a For/In Loop then add a class to change font color in CSS?

How do I change the font color in the cell under the table in the Word document?

How do I fill the current selection with color?

how do u change the link color of one specific link in wordpress?

How do I change font in Prawn

How do I change the font of colorbar to latex?

How do I change the font DPI settings?

How do i change navigationBar font in Swift?

How do I change the font in Chrome or Firefox?

How do I change the font size in TeraTerm?

How do I change the default font of Evernote?

How do I change the default Chinese font?