Quote Originally Posted by danielosko View Post
Hello,

I am using ZenCart 1.5.0 and The latest release of the CSS Flyout Menu.

How do I change the standard "Categories" text in the stylesheet_categories_menu.css under the heading of #categoriescssHeading.leftBoxHeading to a category header image using BOXHEADING's?

This way my websites "view code" will not look like this:
<div class="leftBoxContainer" id="categoriescss" style="width: 150px">
<h3 class="leftBoxHeading" id="categoriescssHeading">Categories</h3>

It will instead look like this:
<div class="leftBoxContainer" id="categories" style="width: 150px">
<h3 class="leftBoxHeading" id="categoriesHeading"><img src="includes/templates/classic/buttons/english/boxhead-categories.gif" alt="Categories" title=" Categories " width="150" height="40" /></h3>

Any assistance would be greatly appreciated.

Thanks,
Danny
#categoriescssHeading.leftBoxHeading {
background-image: url('includes/templates/classic/buttons/english/boxhead-categories.gif');
}