I am facing a challenge in concealing a specific dive element within the footer section of one particular page. Despite attempting to hide the div by using inspect, it ends up hidden on all pages. I have also tested out the code below, but unfortunately it did not yield the desired result. The URL of the page where this issue is occurring ends with /show-samples?docId=1134
body .page-id-1134.elementor-6993 .elementor-element.elementor-element-a8f4bef {
margin-top: 0px;
margin-bottom: 0px;
padding: 80px 0px 80px 0px;
display: none;
}