Add search icon in search module

  • Posts: 1055
  • Thank you received: 11
  • Hikashop Business
2 days 4 hours ago #364549

-- HikaShop version -- : 5.1.1
-- Joomla version -- : 8.1

Hi!

Is there a way to add a search icon in the input field of Hikashop search filter?

Thank you

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

  • Posts: 82823
  • Thank you received: 13370
  • MODERATOR
2 days 1 hour ago #364550

Hi,

You should be able to do it with font awesome and custom CSS code:
stackoverflow.com/questions/14736496/use...awesome-icons-in-css

Now, for a simpler solution, you might want to directly modify the HTML of the filter button in the product / filter view file via the menu Display>Views:

			<div class="hikashop_filter_button_inside" style="float:left; margin-right:10px;">
				<input type="submit" id="hikashop_filter_button_<?php echo $this->params->get('main_div_name'); ?>" class="<?php echo $this->config->get('css_button', 'hikabtn'); ?>" <?php echo $attributes; ?> onclick="<?php echo $js; ?>" value="<?php echo JText::_('FILTER'); ?>" />
			</div>

The following user(s) said Thank You: verzevoul

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

Time to create page: 0.051 seconds
Powered by Kunena Forum