Please browse to downloaded file to this address : includes\templates\herbally\css
you will find these files.
Please rename filename and just remove COLOR_ before the file that you want to activate. For example , if you want to activate orange color on the website , just rename COLOR_stylesheet_orange.css to stylesheet_orange.css. Thats all !
includes/templates/herbally/images/ (more details provided in docs.)#logo img { width:100%; }
To remove default messages:
includes/languages/english/herbally/index.php and change the terms as you want.Zencart does not have options of building the menu items on-demand yet. I have included most-used menu items though. They will list all categories (dynamic) and required static pages in drop down by default. But if you want to change it, you will need to manually edit in a file. (more details provided in docs.)
includes/templates/herbally/common/tpl_drop_menu.phpincludes/languages/english/extra_definitions/herbally/headermenu.phpincludes/templates/herbally/common/tpl_drop_menu.php and remove this line (approx. line 63)<li><a href="<?php echo zen_href_link(FILENAME_ABOUT_US); ?>"><?php echo HEADER_TITLE_ABOUT_US; ?></a></li>
Also, open up includes/modules/sideboxes/herbally/information.php and remove this line (approx 26)
$information[] = '<a href="' . zen_href_link(FILENAME_ABOUT_US) . '">' . BOX_INFORMATION_ABOUT_US . '</a>';