- Posts: 4
COMMUNITY FORUM
K2 Search box style customization
- Abed Abu Dhair
-
Topic Author
- Offline
- New Member
Less
More
13 years 8 months ago #99313
by Abed Abu Dhair
K2 Search box style customization was created by Abed Abu Dhair
Hello
I need to customize the style of k2 search box, i need to make the input box style rounded. How can i do that ?
I need to customize the style of k2 search box, i need to make the input box style rounded. How can i do that ?
Please Log in or Create an account to join the conversation.
- Kannan Naidu Venugopal
-
- Offline
- Platinum Member
- Aham Brahmasmi
13 years 8 months ago #99314
by Kannan Naidu Venugopal
K2 Rocks \m/
Replied by Kannan Naidu Venugopal on topic K2 Search box style customization
Hi Abed,
Open K2.css and go to line 878 ish. Add your css properties
div.k2SearchBlock form input.inputbox {
Your css values..
}
Open K2.css and go to line 878 ish. Add your css properties
div.k2SearchBlock form input.inputbox {
Your css values..
}
K2 Rocks \m/
Please Log in or Create an account to join the conversation.
- Abed Abu Dhair
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 4
13 years 8 months ago #99315
by Abed Abu Dhair
Replied by Abed Abu Dhair on topic K2 Search box style customization
Thanks Kannan, it worked like a charm. I've used a background image and set the border to 0
Please Log in or Create an account to join the conversation.
- Kannan Naidu Venugopal
-
- Offline
- Platinum Member
- Aham Brahmasmi
13 years 8 months ago #99316
by Kannan Naidu Venugopal
K2 Rocks \m/
Replied by Kannan Naidu Venugopal on topic K2 Search box style customization
You're welcome Abed. Great!
K2 Rocks \m/
Please Log in or Create an account to join the conversation.
- Abed Abu Dhair
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 4
13 years 8 months ago #99317
by Abed Abu Dhair
Replied by Abed Abu Dhair on topic K2 Search box style customization
Hello Again
My pagination results looks very bad, it looks like the attached picture, i want to customize it (add space between number and show previous/next not start/end. how can i do that ?
My pagination results looks very bad, it looks like the attached picture, i want to customize it (add space between number and show previous/next not start/end. how can i do that ?
Please Log in or Create an account to join the conversation.
- Kannan Naidu Venugopal
-
- Offline
- Platinum Member
- Aham Brahmasmi
13 years 8 months ago #99318
by Kannan Naidu Venugopal
K2 Rocks \m/
Replied by Kannan Naidu Venugopal on topic K2 Search box style customization
Check pagination.php in your templates/html/ folder. Add or delete lines and style it.
K2 Rocks \m/
Please Log in or Create an account to join the conversation.
- Abed Abu Dhair
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 4
13 years 8 months ago #99319
by Abed Abu Dhair
Replied by Abed Abu Dhair on topic K2 Search box style customization
Hello Kannan
Thanks for your reply, i'm not a developer, i know a little about php and css. what i want to do is to add space between numbers in the pagination result and add (Previous/Next) buttons.
Thanks for your reply, i'm not a developer, i know a little about php and css. what i want to do is to add space between numbers in the pagination result and add (Previous/Next) buttons.
Please Log in or Create an account to join the conversation.