Hello Team, I would like to change the color of the menu below to #008000 with links in white but I am unable to find where to change. Can you please assist? I am using the JA Teline 4 template
Hi amine101, You can use the following CSS code:
.t3-topnav .nav > .active > a, .t3-topnav .nav > .active > a:hover, .t3-topnav .nav > .active > a:focus { color: #008000; }