Tagged: x
-
AuthorPosts
-
October 30, 2016 at 1:17 am #1236387
Is it possible to add a search button to the revolution slider? I can put a button down that says seach but I don’t know what I’d put in the link attribute to make it bring up that search menu. The website I’m doing this on is northstateoutdoors.com
October 30, 2016 at 3:35 am #1236456Hi there,
Please check this video tutorial https://www.youtube.com/watch?v=hkk5y5c9590
Hope it helps.
October 30, 2016 at 5:28 pm #1236996Hmm the video search bar didn’t work but I found a template for a slider with a search bar and just copied the code from that.
<form role="search" method="get" id="searchform" class="revtp-searchform" action="http://northstateoutdoors.com"><input type="text" value="" name="s" id="s" placeholder="What are you looking for?" /><input type="submit" id="searchsubmit" value="Find" /></form>
Even though it works, it still looks awful. Is there a way to get it to look the way it does in this demo of the slider: https://revolution.themepunch.com/wordpress-search-form-hero/
October 30, 2016 at 10:05 pm #1237290Hello There,
To have the same styling as the example url, please add the following css code in the customizer, Appearance > Customize > Custom > CSS
.revtp-searchform input[type="text"] { width: 260px; padding: 8px !important; font-size: 16px !important; border: none !important; margin: 0 auto !important; } .revtp-searchform input[type="submit"] { padding: 10px 12px !important; font-size: 16px !important; background-color: #009aee !important; color: #fff !important; text-shadow: none !important; }
Hope this helps. Please let us know how it goes.
October 30, 2016 at 11:13 pm #1237348It worked great thanks.
October 31, 2016 at 12:47 am #1237415You’re welcome!
-
AuthorPosts