Legacy Header Right, how to display search button

Homepage Community Forums Legacy Theme Support Legacy Header Right, how to display search button

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #6677
    ankinakatte
    Customer

      Hi,
      How can I display the button next to the search field, like what we see in demo.
      Thanks
      Nataraj

      #6685
      Eric
      Customer

        Do you have a link? The demo is the old version of the theme….Wes is in the process of updating it with the new one. So I’m guessing you have the new version 1.3


        I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

        #6697
        ankinakatte
        Customer

          I am trying to build the website in my local first and planning to bring it online once i feel confident about the site stability, content, and appearance.

          Yes, I have most recent version of legacy theme.

          I presumed that you are using WP standard search widget in your demo site

          Thanks
          Nataraj

          #6705
          Eric
          Customer

            You’ll have to do some work on your end to get it to look how you want, but here is the code from your css (most likely around line 712 in your style.css file) –

            `.search-form input[type=”submit”] {
            border: 0;
            clip: rect(0, 0, 0, 0);
            height: 1px;
            margin: -1px;
            padding: 0;
            position: absolute;
            width: 1px;
            }1

            You would need to remove the height and width to get this to appear first, then you can make the adjustments to the button itself and the search field to get this how you want it. Again, the demo that you’re looking at is a completely different theme (older version) and the theme you have now is the newer version which doesn’t really include a button….which is why you’d have to customize/create it.


            I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

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