velvetpixel Posted September 25, 2011 Posted September 25, 2011 I need to modify the admin menu buttons. I have made a new set of css classes for jquery in catalog/ext/jquery/ui/redmond/jquery-ui-1.8.6.css but cannot see where to apply these in markup as in admin/includes/column_left.php there is just a javascript for the admin menu rather that the way the customer side menu is generated. Where can I apply these new classes? osCommerce 2.3.1 Add-Ons Installed Header Tags SEO Ultimate SEO URLs Google Sitemap SEO Easy Populate QT Pro Margin Report AJAX Attribute Manager Smart Columns CKEditor OSCThumb Select Product Image Directory Category CSS Menu Enable Disable Categories Contact Form Captcha
♥14steve14 Posted September 26, 2011 Posted September 26, 2011 The admin buttons are defines in your admin/includes/template_top.css file. Look for the following line <link rel="stylesheet" type="text/css" href="<?php echo tep_catalog_href_link('ext/jquery/ui/redmond/jquery-ui-1.8.6.css'); ?>"> If you are using the redmond theme for your store front any changes made will also be changes in your store. If you want a different look to your admin change the /redmond/ part of the code. REMEMBER BACKUP, BACKUP AND BACKUP
velvetpixel Posted September 26, 2011 Author Posted September 26, 2011 Perfect. Thanks!!!! osCommerce 2.3.1 Add-Ons Installed Header Tags SEO Ultimate SEO URLs Google Sitemap SEO Easy Populate QT Pro Margin Report AJAX Attribute Manager Smart Columns CKEditor OSCThumb Select Product Image Directory Category CSS Menu Enable Disable Categories Contact Form Captcha
Recommended Posts
Archived
This topic is now archived and is closed to further replies.