Change text size explorer

  • Posts: 27
  • Thank you received: 0
9 years 8 months ago #224737

-- HikaShop version -- : HikaShop Starter 2.6.0
-- Joomla version -- : Joomla! 3.4.6 Stable
-- PHP version -- : 5.5.44
-- Browser(s) name and version -- : Mozilla Firefox 4.2
-- Error-message(debug-mod must be tuned on) -- : No errors

Hi,

administrator\components\com_hikashop\views\explorer\tmpl\default.php

defined('_JEXEC') or die('Restricted access');
?><div style="border-top: 1px solid rgb(204, 204, 204); border-bottom: 1px solid rgb(204, 204, 204); background: rgb(221, 225, 230) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; font-weight: bold;margin-bottom:1px"><?php echo JText::_( 'EXPLORER' ); ?></div>
<?php
$control = JRequest::getCmd('control');
if(!empty($control)){
$control='&control='.$control;
}
$tree = hikashop_get('type.categorysub');
$type = null;
if($this->type == 'status')
$type = array('status');
echo $tree->displayTree('product_listing', 0, $type, true, true, $this->defaultId, hikashop_completeLink($this->task.'&type='.$this->type.$control,$this->popup,false,true));
?>
Because it is variable product_listing_i? How to change the text size

Thank you!

Attachments:
Last edit: 9 years 8 months ago by hlv008.

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

  • Posts: 12953
  • Thank you received: 1778
9 years 8 months ago #224745

Hello,
Note that using some CSS code through your back-end CSS file will probably do the job : www.hikashop.com/support/support/documen...the-display.html#css

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

Time to create page: 0.066 seconds
Powered by Kunena Forum