• Resolved Makai

    (@makai)


    Hi, I saw this question being asked before in the form but unfortunately I don’t have the technical knowledge to use it.

    I want to highlight current page I’m on, so the user can easily see which page is next.

    Your previous answer to the question was;

    “The plugin indicates the current selected item with class .widget_subpages_current_page
    Style the li with the class and you are done!”

    Could you please explain what the above means in more detail?

    Thanks

    https://ww.wp.xz.cn/plugins/be-subpages-widget/

Viewing 1 replies (of 1 total)
  • Plugin Author Bill Erickson

    (@billerickson)

    It will require CSS. In your theme’s style.css file, place this:

    .widget_subpages_current_page a {
    font-weight: bold;
    }

    That will make the active page bold in the menu. You can change the styling to be whatever you’d like.

Viewing 1 replies (of 1 total)

The topic ‘Highlighting current page’ is closed to new replies.