Does anyone know what the css is to make the active state different? right now there is no way to tell what page you are on since the active state is not different. I would like to change the color or something.
Does anyone know what the css is to make the active state different? right now there is no way to tell what page you are on since the active state is not different. I would like to change the color or something.
.current_page_item>a:visited{property:value;}
Or, at least that's what works for me.
You must log in to post.