Notifications
Clear all

[Solved] Show search box in forum menu bar without having to click

3 Posts
2 Users
1 Reactions
99 Views
Posts: 7
Topic starter
(@isitjustme)
Active Member
Joined: 4 weeks ago

At the moment you have to click on the search icon in the forum menu bar to expand the search input box.  Is it possible to have the search box already expanded without having to click first?


2 Replies
Sofy
Posts: 5523
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 years ago

Hi,

Please use this CSS code: 

#wpforo #wpforo-wrap .wpf-search input[type="text"].wpf-search-field{
   width: 180px;
   background: #fff;
   z-index: 5;
}

Insert the CSS Code in the "Custom CSS Code" textarea in the wpForo > Settings > Colors & Styles admin page. 

Please don't forget to delete all caches and press Ctrl+F5 (twice) on the frontend before checking to reload the updated CSS file.


Reply
Posts: 7
Topic starter
(@isitjustme)
Active Member
Joined: 4 weeks ago

Perfect, thank you.


Reply