Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Style Current Page in WordPress wp_link_pages Re: Style Current Page in WordPress wp_link_pages

#120372
Watson90
Member

@siouxfan45 – I use the built in WordPress class that is applied to each current page link and it looks something like this;

.current_page_item {

/* Insert current page styling here */

}