- Posts: 15
- Thank you received: 0
Search module problem
- Daniel Blasco
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
12 years 11 months ago #1600
by Daniel Blasco
Search module problem was created by Daniel Blasco
I change de VM-Search in Shop text (module search) and then the button is gone and the box search has narrowed. My web is
www.elmundodelafiesta.es
The Firebug CSS is:
div.otcustom-searchmod input.button{
background: url(../images/aqua/search-submit.png) no-repeat;
height: 25px;
width: 24px;
border: none;
color: #FFF;
font-weight: bold;
font-size: 0px;
text-transform: uppercase;
}
Aqua folder don't exist!
Great template of course...
The Firebug CSS is:
div.otcustom-searchmod input.button{
background: url(../images/aqua/search-submit.png) no-repeat;
height: 25px;
width: 24px;
border: none;
color: #FFF;
font-weight: bold;
font-size: 0px;
text-transform: uppercase;
}
Aqua folder don't exist!
Great template of course...
Please Log in or Create an account to join the conversation.
- Linh Robert
-
- Offline
- Banned
-
Less
More
- Posts: 908
- Thank you received: 568
12 years 11 months ago - 12 years 11 months ago #1605
by Linh Robert
In template parameter configuration in back-end, please make sure one "Preset style" chosen. Default is "green".
Then edit green.css and you will see this code (about line 54)
Since you change the module, the class will be different, so you need change the class in this code if edit green.css OR add this code to custom.css. Eg:
For input box, it is the same. In green.css about line 49:
You can edit green.css or add this code to custom.css:
Thanks
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
Replied by Linh Robert on topic Re: Search module problem
pixelatumente wrote: I change de VM-Search in Shop text (module search) and then the button is gone and the box search has narrowed. My web is www.elmundodelafiesta.es
The Firebug CSS is:
div.otcustom-searchmod input.button{
background: url(../images/aqua/search-submit.png) no-repeat;
height: 25px;
width: 24px;
border: none;
color: #FFF;
font-weight: bold;
font-size: 0px;
text-transform: uppercase;
}
Aqua folder don't exist!
Great template of course...
In template parameter configuration in back-end, please make sure one "Preset style" chosen. Default is "green".
Then edit green.css and you will see this code (about line 54)
Code:
#ot-header .ot-search .button_search, #jnews_module1 .button {
background: url("../../images/green/search-btn-bg.png") repeat-x scroll 0 0 transparent;
border: medium none;
color: #FFFFFF;
display: inline-block;
font-weight: bold;
height: 32px;
padding: 8px 18px;
}
Code:
#ot-header .ot-search input.button{
background: url("../../images/green/search-btn-bg.png") repeat-x scroll 0 0 transparent;
border: medium none;
color: #FFFFFF;
display: inline-block;
font-weight: bold;
height: 32px;
padding: 8px 18px;
}
For input box, it is the same. In green.css about line 49:
Code:
#ot-header .ot-search .inputbox_search {
color: #7E7E7E;
height: 28px !important;
line-height: 28px !important;
}
Code:
div.otcustom-searchmod input#mod_search_searchword, div.otcustom-searchmod input#mod_virtuemart_search {
color: #7E7E7E;
height: 28px !important;
line-height: 28px !important;
}
Thanks
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
Last edit: 12 years 11 months ago by Linh Robert.
Please Log in or Create an account to join the conversation.
Time to create page: 0.192 seconds