Davinci 2.0 Hide mobile-menu-sidebar on Specific pages

Jahsun

New Member
Hi,
I am trying to remove the header and footer on certain page & post. However, the footer displays the mobile menu along with the shopping cart and header menu links.

I have tried to add the following via the theme's css in customizer but nothing works.


.page-id-1234 .mobile-menu-sidebar {
display: none;
}

I have uploaded a screenshot.
If you can provide some assistance i would greatly appreciate it.

Best,
Nick
 

Attachments

  • Capture.JPG
    Capture.JPG
    35.4 KB · Views: 9

Jahsun

New Member
I figured it out. This did the trick:

.page-id-3200 .mobile-menu-sidebar, .mobile-menu-close, .mobile-menu-wrap, .mobile-menu-overlay, .header-account

{
display: none;
}
 
Top