Serkan,
i really appreciate your effort and your presence here
but
the code you provide is not the solution ;)
I want the top menu to highlight the section in which it is located, corresponding to the page you are viewing …
So if you’ve pressed on blog only that word, in the top menu, changes color. If you click on about changes only about.
The code you supplied highlights all the links you have visited and only serves to change the menu color: P
I’m not asking for an additional function, I just wish the template would work normally, also because as I wrote in the previous message, this function is in the css but it doesn’t work.
I hope I made myself better understood.
Thanks again.
/* Highlight using list element */
li.current_page_item{
background:#f00;
color:#fff;
}
/* Highlight using link element */
li.current_page_item a{
text-decoration:underline;
background:#ffdbdb; }