nodle

Customer
I noticed under:

[XB] Quick Search


There is this option:

Quick Search Helper
Can be used to add additional things into the search area, such as a dedicated button for a one-click advanced search

Do you have an example code on how this would be used, or exactly what it does? Thanks!
 
I noticed under:

[XB] Quick Search


There is this option:

Quick Search Helper
Can be used to add additional things into the search area, such as a dedicated button for a one-click advanced search

Do you have an example code on how this would be used, or exactly what it does? Thanks!

You can do something like this:

Code:
<span class="searchIcon"><a href="/search/"><i class="fa fa-search"></i></a></span>

Then the css:

Code:
.searchIcon
{
   background-color: @xbColor2;
   position: absolute;
   border-radius: 0px 3px 3px 0px;
   padding: 6px 10px;
   top: 2px;
   right: 2px;
}
.searchIcon .fa
{
   color: @xbColor1;
}
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back