1. Get the page/post id. View page source, find the <body class=" xxx page-id-204 xxx">
2. put the css code to(change the id) custom css box.
.no-touch .page-id-204 #sidebar:hover,
.no-touch .page-id-204 #sidebar.sidebar-hover {
box-shadow:none;
-webkit-transform: translateX(0px);
-moz-transform: translateX(0px);
-ms-transform: translateX(0px);
-o-transform: translateX(0px);
transform: translateX(0px);
}
.page-id-204 #sidebar:hover ~ #main-wrap #main {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.no-touch .page-id-204 #sidebar:hover .menu-icon {
opacity: 1; visibility: visible;
}