Hi,
I would like to make the page link in sidebars of its currently active page not a clickable link.
Example in the demo ENFOLD:
http://kriesi.at/themes/enfold/blog/blog-single-small/?skin=Boxed%20Blue:
“Blog Single Author Small” in the right sidebar is the currently active page – and therefor it should not be a hovered or clickable link.
Thanks.
Hey,
You can add this on your custom.css or Quick CSS:
.widget_nav_menu ul:first-child>.current_page_item>a {
pointer-events: none;
}
Regards,
Ismael
thanks.