wallacept Posted August 21, 2009 Share Posted August 21, 2009 i have links (subcategories), and move the cursor over and appars effect (background color or text color).how?see store Link to comment Share on other sites More sharing options...
CYTechnologies Posted August 21, 2009 Share Posted August 21, 2009 in global.css find the categories area and add a hover effect.a:hover { text-decoration: underline;} Link to comment Share on other sites More sharing options...
wallacept Posted August 22, 2009 Author Share Posted August 22, 2009 /* category.tpl */h2.category_title { font-size: 1.3em;}body#category #subcategories li { margin-right:15px; background-color:#F8FFDD; font-size: 1.9em;} div.cat_desc { margin:0 1em; }a:hover { text-decoration: underline;}body#category div#subcategories ul.inline_list li a img { display:inline; font-size: 5.9em;}(in global.css and put your suggestion, but effect hover not appares, see store) Link to comment Share on other sites More sharing options...
Anotherkid Posted August 22, 2009 Share Posted August 22, 2009 i don't understand what part you want the hover effect on? the horizontal nav bar? and saying "please" and "thankyou" doesn't hurt you know................... Link to comment Share on other sites More sharing options...
wallacept Posted August 22, 2009 Author Share Posted August 22, 2009 see screenshot Mr. Link to comment Share on other sites More sharing options...
CYTechnologies Posted August 22, 2009 Share Posted August 22, 2009 Hello,If you look at your category code you will see: style="text-decoration: none; color: rgb(55, 72, 83);" Someone has hard coded your theme. You need to remove this in order for any CSS to take effect. You should be able to find this in the categories.tpl file. Link to comment Share on other sites More sharing options...
Recommended Posts