normal Search module problem

More
11 years 10 months ago #1600 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...

Please Log in or Create an account to join the conversation.

More
11 years 10 months ago - 11 years 10 months ago #1605 by Linh Robert

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; }
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:
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; }
You can edit green.css or add this code to custom.css:
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 Notice: Undefined variable: target in /home/omegatheme/public_html/components/com_kunena/template/aurelia/layouts/bbcode/url/default.php on line 32
> www.omegatheme.com/member/
Last edit: 11 years 10 months ago by Linh Robert.

Please Log in or Create an account to join the conversation.

Time to create page: 0.245 seconds

About Growth

Innovative tech for eCommerce growth

Contact Info

Head: No. 3, 175/55 Lane, Lac Long Quan St., Nghia Do Ward, Cau Giay District, Hanoi City, Vietnam