Answers for "how to make link active depending on url"

CSS
2

link active css

a:active {
  background-color: #34D399;
}
Posted by: Guest on May-05-2021
0

active link

#top-menu .current a
{
    color: orange !important;
}
Posted by: Guest on June-27-2021

Code answers related to "how to make link active depending on url"

Browse Popular Code Answers by Language