.css search module K2

Business template for Joomla 3 and 2.5 ideal to create blog or personal website.
GK User
Fri Aug 31, 2012 11:03 am
Hi,

Can someone tell me where the .css file is located. I want to edit the k2 tools search module and I cant find the rule to edit.

Joomla 2.5.6
K2. 2.5.7

Hope to hear.

Regards.
User avatar
Senior Boarder

GK User
Fri Aug 31, 2012 11:29 am
All CSS code connected with K2 component in our templates is located in the css/k2.css file.
User avatar
Administrator

GK User
Mon Sep 03, 2012 8:15 am
Thanks for the reply dziudek.

When you look at my site http://www.pimrozendaal.nl you should see the search button on the right in the topmenu wich i've created in the black. You see it wont fit.

Everything I tried wont help. Could you help me with it?
User avatar
Senior Boarder

GK User
Mon Sep 03, 2012 10:12 am
Please add the following CSS code in the k2.css file:

Code: Select all
.k2SearchBlockForm .inputbox {
padding: 2px 9px!important;
margin: 4px 5px 0 0!important;
}
User avatar
Administrator

GK User
Tue Sep 18, 2012 8:45 am
Thanks, its works fine. One more question. How can I remove the text Search?
User avatar
Senior Boarder

GK User
Tue Sep 18, 2012 12:02 pm
You have to edit the module code and remove the onblur and onfocus attributes and set the value attribute to empty string.
User avatar
Administrator


cron