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. Button style in website title and menu

Button style in website title and menu

Scheduled Pinned Locked Moved General Discussion
7 Posts 4 Posters 467 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.
  • N Offline
    N Offline
    Nunomaio
    wrote on last edited by
    #1

    Dear @arminunruh
    Is it possible to use buttons style in the website title and menu?
    Love

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

      only with custom css!
      you'd need border-radius, border, padding,
      probably some hover states

      best to learn some css to do this!
      https://laytheme.com/documentation/custom-css-styling.html

      N 1 Reply Last reply
      0
      • arminunruhA arminunruh

        only with custom css!
        you'd need border-radius, border, padding,
        probably some hover states

        best to learn some css to do this!
        https://laytheme.com/documentation/custom-css-styling.html

        N Offline
        N Offline
        Nunomaio
        wrote on last edited by
        #3

        @arminunruh Hello

        Thank you for your answer!

        well i decided doing a fake menu, and i have a little problem, so here's the link to de site: https://www.cnap.no/about/

        I did those buttons in a row and fixed those using the code:

        div.relative {
        position: fixed;
        left: 0px;
        }

        But the buttons are on top of the images and that's great, but the text is on top of the buttons, can help me put the buttons on top of everything?

        Thank you so much Armin

        Love

        S 1 Reply Last reply
        0
        • N Nunomaio

          @arminunruh Hello

          Thank you for your answer!

          well i decided doing a fake menu, and i have a little problem, so here's the link to de site: https://www.cnap.no/about/

          I did those buttons in a row and fixed those using the code:

          div.relative {
          position: fixed;
          left: 0px;
          }

          But the buttons are on top of the images and that's great, but the text is on top of the buttons, can help me put the buttons on top of everything?

          Thank you so much Armin

          Love

          S Offline
          S Offline
          seifriedt
          wrote on last edited by
          #4

          @Nunomaio afaik you need the z-index. I looked into your code and it seems that the text is a z-index: 0, so your buttons all need at least z-index: 1.

          Your code should look like this:

          div.relative {
          position: fixed;
          left: 0px;
          z-index: 1 /*at least 1 if it's still glitching try various values*/;
          }
          

          Hope this helps,
          Johannes

          PS: Another way would be to lower the z-index of the text but then you probably need to change the z-index from the images too.

          N 1 Reply Last reply
          0
          • S seifriedt

            @Nunomaio afaik you need the z-index. I looked into your code and it seems that the text is a z-index: 0, so your buttons all need at least z-index: 1.

            Your code should look like this:

            div.relative {
            position: fixed;
            left: 0px;
            z-index: 1 /*at least 1 if it's still glitching try various values*/;
            }
            

            Hope this helps,
            Johannes

            PS: Another way would be to lower the z-index of the text but then you probably need to change the z-index from the images too.

            N Offline
            N Offline
            Nunomaio
            wrote on last edited by
            #5

            @seifriedt Hello!

            i had to do it on the text, thank you so much!!!
            Love
            Nuno

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

              good work nice fonts and colors!! ah norway, im 30% scandinavian myself, thats what my dna test says

              1 Reply Last reply
              0
              • S Offline
                S Offline
                sebagaga
                wrote on last edited by
                #7
                This post is deleted!
                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
                L
                lulu.ask.
                N
                nicolasT
                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