Reply To: Legacy Header Right, how to display search button

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

#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