Home Forums Aasta Pro Turn off Sticky menu

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #41743
    Ray Burg
    Participant

    Hi, Am I able to turn off sticky menus on a specific page?

    #41744
    themearile
    Keymaster

    Hi Ray Burg

    Thanks for contacting us.

    Ok, please share your site page URL where you want to remove the sticky menu.

    Thanks

    #41747
    Ray Burg
    Participant
    #41748
    themearile
    Keymaster

    Hi Ray Burg

    Ok, please add the below css code in the additional css box.

    body.category-last-walk-report .header-fixed-top {
    position: absolute;
    }

    Thanks

    #41751
    Ray Burg
    Participant

    What about this page that is password protected?
    <body class=”wp-singular page-template-default page page-id-2236 logged-in admin-bar custom-background wp-custom-logo wp-theme-aasta-pro theme-boxed theme-aasta-pro customize-support”>
    <div id=”wrapper”>

    <!– Navbar –>
    <nav class=”navbar navbar-expand-lg navbar-light navbar-header-wrap classic-header header-sticky not-sticky”>
    <div class=”container”>
    <div class=”row align-self-center”>

    <div class=”align-self-center”>

    #41754
    themearile
    Keymaster

    Hi Ray Burg

    You can use the page ID in the above css like the below screenshot.

    https://prnt.sc/xc98gOeDGtrR

    Let me know if it works.

    Thanks

    #41755
    Ray Burg
    Participant

    Thanks, I did try that earlier but it did not work:

    body.page-id-2236.header-fixed-top {
    position: absolute;
    }

    I must be missing something?

    #41759
    Ray Burg
    Participant

    Ignore the last message, I missed a space:

    body.page-id-2236 .header-fixed-top {
    position: absolute;
    }

    All good. Many thanks..

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.