I have a simple Navigation: Blog, About, Contact. Mainsite is Blog. To keep the current Button highlighted, I used this in my CSS:
li.current_page_item a{
border-bottom: 1px solid #212121;
padding-bottom: 1px;
}
It works pretty fine. But I want to keep Blog still active while Iâm listing an item from my categories. What is the best way to do this?
Okay, I did it this way::