hello love! firstly I just want to say I absolutely adore the work that you do and put into your themes and I currently use one of your pages! secondly, regarding Updates I, is there any way to place a search in one of the boxes?
hello and thank you!! just copy this section before /* end update tabs */
.updates .search .query { border:0; outline:0; padding:0; font-family:inherit; font-size:inherit; font-style:italic; color:{color:links}; background-color:transparent; } ::-webkit-input-placeholder { color:{color:links}; } :-moz-placeholder { color:{color:links}; opacity:1; } ::-moz-placeholder { color:{color:links}; opacity:1; } :-ms-input-placeholder { color:{color:links}; } input:focus::-webkit-input-placeholder { color:transparent; } input:focus:-moz-placeholder { color:transparent; } input:focus::-moz-placeholder { color:transparent; } input:focus:-ms-input-placeholder { color:transparent; }
and put this one inside which box you want it to be in
<form action="/search" method="get" class="search"> <input type="text" name="q" value="{SearchQuery}" class="query" placeholder="search this blog..."/> </form>
you may have to retype the quote marks







