- Posts: 25
COMMUNITY FORUM
Big Search bar
- Sié
-
Topic Author
- Offline
- Junior Member
Less
More
9 years 6 months ago #148298
by Sié
Big Search bar was created by Sié
hello, I would make a big search bar like the one displayed on the page of this forum. Help me please.
Please Log in or Create an account to join the conversation.
- Kannan Naidu Venugopal
-
- Offline
- Platinum Member
- Aham Brahmasmi
9 years 6 months ago #148338
by Kannan Naidu Venugopal
K2 Rocks \m/
Replied by Kannan Naidu Venugopal on topic Big Search bar
You need to use the K2 tools module and select search box as the module functionality. You can then style the appearance with css using the k2SearchBlock and add style to the input type text.
K2 Rocks \m/
Please Log in or Create an account to join the conversation.
- Sié
-
Topic Author
- Offline
- Junior Member
Less
More
- Posts: 25
9 years 6 months ago #148369
by Sié
Replied by Sié on topic Big Search bar
code to put in it is CSS or HTML?
Please Log in or Create an account to join the conversation.
- Kannan Naidu Venugopal
-
- Offline
- Platinum Member
- Aham Brahmasmi
9 years 6 months ago #148370
by Kannan Naidu Venugopal
K2 Rocks \m/
Replied by Kannan Naidu Venugopal on topic Big Search bar
Have you publish the search box module ? If yes, then you need to style it in k2.css file.
I would suggest copying the default k2.css file from the components directory and paste it inside your templates css directory.
Open the k2.css inside your template css directory
look for this lineand add the style properties
example
I would suggest copying the default k2.css file from the components directory and paste it inside your templates css directory.
Open the k2.css inside your template css directory
look for this line
div.k2SearchBlock form input.inputbox {}
example
div.k2SearchBlock form input.inputbox {height: 42px;}
K2 Rocks \m/
Please Log in or Create an account to join the conversation.
- Sié
-
Topic Author
- Offline
- Junior Member
Less
More
- Posts: 25
9 years 6 months ago #148383
by Sié
Replied by Sié on topic Big Search bar
Thank You. Its Works !!!!
Please Log in or Create an account to join the conversation.
- Sié
-
Topic Author
- Offline
- Junior Member
Less
More
- Posts: 25
9 years 6 months ago #148387
by Sié
Replied by Sié on topic Big Search bar
So please, how to view the results of this research on K2 in two or more columns (many results on same row
instead of a result by line) ?
instead of a result by line) ?
Please Log in or Create an account to join the conversation.