Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author wlindley

    (@wlindley)

    Set a style for a <li> element with class, current_page_item . Something like this, perhaps:

    .current_page_item > a {
        font-weight: bold;
    }
    Thread Starter defprog

    (@defprog)

    Thank you. This is what I used and it’s working:

    li.current_page_item a{
    font-weight: bold;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Make current page link bold/highlighted’ is closed to new replies.