Skip to content
  • Recent
  • Tags
  • Popular
  • Users
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse

Lay Theme Forum

  1. Home
  2. General Discussion
  3. Navbar

Navbar

Scheduled Pinned Locked Moved General Discussion
6 Posts 3 Posters 161 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    Toby
    wrote on last edited by
    #1

    I have my menu bar set to move away when scrolling down - however I'm looking to fix it on one specific page and change the navbar colour on said specific page.

    I have seen on a previous thread this code was suggested for a fixed navbar

    .navbar{
    position:initial !important;
    }

    I've also applied this code to try and change colour a specific nav bar

    body[data-type="page"][data-id="990"] .navbar{
    background-color: #ffffff !important;
    }

    I also tried to combine the two

    body[data-type="page"][data-id="990"] .navbar{
    position:initial !important;
    background-color: #ffffff !important;
    }

    but unfortunately no joy - can you help?

    Cheers
    Toby

    A 1 Reply Last reply
    0
    • T Toby

      I have my menu bar set to move away when scrolling down - however I'm looking to fix it on one specific page and change the navbar colour on said specific page.

      I have seen on a previous thread this code was suggested for a fixed navbar

      .navbar{
      position:initial !important;
      }

      I've also applied this code to try and change colour a specific nav bar

      body[data-type="page"][data-id="990"] .navbar{
      background-color: #ffffff !important;
      }

      I also tried to combine the two

      body[data-type="page"][data-id="990"] .navbar{
      position:initial !important;
      background-color: #ffffff !important;
      }

      but unfortunately no joy - can you help?

      Cheers
      Toby

      A Offline
      A Offline
      alasdair17
      wrote on last edited by
      #2

      @Toby hey, try this:

      body.slug-about .navbar{
      background-color: #ffffff !important;
      }

      body.slug-about .navbar{
      position: initial !important; !important;
      }

      but change the word, 'about' to the name of your page.

      T 1 Reply Last reply
      0
      • A alasdair17

        @Toby hey, try this:

        body.slug-about .navbar{
        background-color: #ffffff !important;
        }

        body.slug-about .navbar{
        position: initial !important; !important;
        }

        but change the word, 'about' to the name of your page.

        T Offline
        T Offline
        Toby
        wrote on last edited by
        #3

        @alasdair17 said in Navbar:

        body.slug-about .navbar{
        background-color: #ffffff !important;
        }
        body.slug-about .navbar{
        position: initial !important; !important;
        }

        Great!
        Thanks Alistair

        A 1 Reply Last reply
        0
        • T Toby

          @alasdair17 said in Navbar:

          body.slug-about .navbar{
          background-color: #ffffff !important;
          }
          body.slug-about .navbar{
          position: initial !important; !important;
          }

          Great!
          Thanks Alistair

          A Offline
          A Offline
          alasdair17
          wrote on last edited by
          #4

          @Toby you're welcome :)

          1 Reply Last reply
          0
          • arminunruhA Offline
            arminunruhA Offline
            arminunruh
            Global Moderator
            wrote on last edited by
            #5

            for the next update the navbar, site title and menu will be hidden away by using transform: translateY()
            for better performance

            you'll probably then want to do:

            body.slug-about .navbar{
            transform: translateY(0)!important;
            }
            
            T 1 Reply Last reply
            0
            • arminunruhA arminunruh

              for the next update the navbar, site title and menu will be hidden away by using transform: translateY()
              for better performance

              you'll probably then want to do:

              body.slug-about .navbar{
              transform: translateY(0)!important;
              }
              
              T Offline
              T Offline
              Toby
              wrote on last edited by
              #6

              @arminunruh

              ah ok thanks Armin.

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              I also code custom websites or custom Lay features.
              šŸ’æ Email me here: šŸ’æ
              info@laytheme.com

              Before you post:
              1. When using a WordPress Cache plugin, disable it or clear your cache.
              2. Update Lay Theme and all Lay Theme Addons
              3. Disable all Plugins
              4. Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code", click "Save Changes"

              This often solves issues you might run into

              When you post:
              1. Post a link to where the problem is
              2. Does the problem happen on Chrome, Firefox, Safari or iPhone or Android?
              3. If the problem is difficult to explain, post screenshots / link to a video to explain it
              Online Users
              P
              paul.bowler
              dafvD
              dafv
              Forgot your key, lost your files, need a previous Lay Theme or Addon version? Go to www.laykeymanager.com
              laytheme.com
              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Recent
              • Tags
              • Popular
              • Users
              • Search