hide logo and menu on specific page

Support Forums for LiveMesh Themes & Plugins Forums Appdev Theme Support hide logo and menu on specific page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #27039
    leorulz
    Member

    hi can you please tell me how not to display logo and menu on a specific page using css.

    #27042
    Raghavendra
    Moderator

    You can just use the following Custom CSS in theme options –

    .page-id-5062 #primary-menu { display: none; }
    .page-id-5062 #site-logo {display: none;}

    where you replace the 5062 with your page id (seen in the edit page URL).

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Appdev Theme Support’ is closed to new topics and replies.