Setting toggle always on for Search
-
The Search links look like they’re setup to toggle the display on and off. I’d rather leave it toggled on so it’s always visible. The form information looks like this…
<div class="ab-item ab-empty-item" tabindex="-1"> <form action="https://....." method="get" id="adminbarsearch"> <input class="adminbar-input" name="s" id="adminbar-search" type="text" value="" maxlength="150" /> <input type="submit" class="adminbar-button" value="Search"/> </form> </div>
I already had a custom CSS file loading up from the style’s functions.php file. I tried setting the different form related tags to “display:block” in the custom CSS file but it’s having no affect.
#adminbarsearch { display:block; } #adminbar-search { display:block; }
Can this be adjusted with CSS alone or am I starting in the wrong place?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Setting toggle always on for Search’ is closed to new replies.