Class for Search button


Author Message
Igor

Posted: 9/30/2015
Quote message 

Hi everyone,

In Artisteer i have a nice search button but when i use search module from JoomShopping it doesn't look like in Template, how to make it look like in template?
 
ja

Posted: 9/30/2015
Quote message 

Joom shopping uses a class for search button as follows.

example:

input.button,
button.button,
button.validate
{

background:#FFFFFF url(../images/nature/arrow1.gif) no-repeat left top;
border:1px solid #DDDDDD;
color:#444444;
}


artisteer uses

.art-search-button

example:
form.art-search input[type="submit"], input.art-search-button, a.art-search-button {
position:absolute;
left:auto;
display:block;
border:none;
background:url('images/searchicon.png') center center no-repeat;
width:24px;
height: 100%;
padding:0;
color: #FFFFFF !important;
cursor: pointer;
}

a.art-search-button span.art-search-button-text {
display: none;
}
 
Igor

Posted: 9/30/2015
Quote message 

Can i replace the code?

Thx.
 
James G

Posted: 10/1/2015
Quote message 

yes you can replace the code.

if your using themler, class would be; .bd-button-12

at least that's whats on your example site.
 
Igor

Posted: 10/1/2015
Quote message 

James, thanks again, about Themler i'am just experimenting, thought it would work nice with JoomShopping, but no. I'am talking to Themler support right now, and they say it is Bootstrap versions problems, JShop using V2 and Themler V3 also they have 24 columns.