Lay Theme Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Popular
    • Users
    • Search

    Button style in website title and menu

    General Discussion
    3
    6
    37
    Loading More Posts
    • 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
      Nunomaio last edited by

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

      1 Reply Last reply Reply Quote 0
      • arminunruh
        arminunruh Global Moderator last edited by

        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 Reply Quote 0
        • N
          Nunomaio @arminunruh last edited by

          @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 Reply Quote 0
          • S
            seifriedt @Nunomaio last edited by

            @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 Reply Quote 0
            • N
              Nunomaio @seifriedt last edited by

              @seifriedt Hello!

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

              1 Reply Last reply Reply Quote 0
              • arminunruh
                arminunruh Global Moderator last edited by

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

                1 Reply Last reply Reply Quote 0
                • First post
                  Last post
                Post a link to where the problem is if possible, please <3
                I don't answer or check forum DMs, please just post on the forum.
                Forgot your key, lost your files, need a previous Lay Theme or Addon version? Go to www.laykeymanager.com

                Before you post:

                Use the Search Feature. Maybe there is already a solution to your issue.

                1. Update Lay Theme and all Lay Theme Addons
                2. Disable all Plugins
                3. Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code ", click "Save Changes"
                4. When using a WordPress Cache plugin, disable it or clear your cache. Now see if your problem solved itself.
                Go here, see if your problem is listed here:
                Troubleshooting

                When you post:
                1. Post a link to where the problem is
                2. If the problem is difficult to explain, post screenshots / link to a video to explain it

                Thanks!

                Online Users

                Recent Topics

                • Search as icon instead of text?

                • FILTER Categories showing all projects

                • H

                  Vimeo embed with autoplay and loop is really slow...help!

                • A

                  website not loading on iphone safari

                laytheme.com