You will need to go back to the custom template so we can see exactly what the issues are, and hopefully a way to fix them.
You will need to go back to the custom template so we can see exactly what the issues are, and hopefully a way to fix them.
lol...yep that would probably help sorry. :)
Some of your stylesheet edits have created invalid rules which may cause everything following to be ignored, but your prime issue is that you have set the category hover to display: none;Delete the two commas in red, as they are incorrect for your current setup.Code:.betterCategories a:hover, .betterCategories a:active, .betterDocuments a:hover, .betterDocuments a:active, .betterEzpages a:hover, .betterEzpages a:active, .betterInformation a:hover, .betterInformation a:active, .betterMoreinformation a:hover { display: none; }, .betterMoreinformation { display: none; }, .betterBestsellers a:hover, .betterBestsellers a:active { background-color: #e7e0ca; color:#444; margin-top: 1px; }
I really appreciate you taking time out to help me. I removed the commas, and removed the {display:none;} although I'm not sure removing it was the correct thing to do. Should i change it do something else because the issue seems to still be there? Again thank you.
You have this
It should beCode:.betterCategories a:hover, .betterCategories a:active, .betterDocuments a:hover, .betterDocuments a:active, .betterEzpages a:hover, .betterEzpages a:active, .betterInformation a:hover, .betterInformation a:active, .betterMoreinformation a:hover .betterMoreinformation { display: none; } .betterBestsellers a:hover, .betterBestsellers a:active { background-color: #e7e0ca; color:#444; margin-top: 1px; }
Code:.betterCategories a:hover, .betterCategories a:active, .betterDocuments a:hover, .betterDocuments a:active, .betterEzpages a:hover, .betterEzpages a:active, .betterInformation a:hover, .betterInformation a:active, .betterMoreinformation a:hover .betterMoreinformation, .betterBestsellers a:hover, .betterBestsellers a:active { background-color: #e7e0ca; color:#444; margin-top: 1px; }
:) Thank You SOOOOOOO much!! You guys are all awesome, the issue is fixed. Have a great day!!![]()