X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Sidebar and Hover (https://forum.x-cart.com/showthread.php?t=71044)

DitroniX 01-23-2015 02:14 AM

Sidebar and Hover
 
Has anyone had success with updating custom CSS to provide hover on sidebar links?

Even if its just changing the text colour to help highlight that the sidebar is also navigation of categories for example.

totaltec 01-23-2015 04:51 AM

Re: Sidebar and Hover
 
Sure, this should be a snap. Try a class selector like this in your CSS:

.sidebar ul.menu a:hover {
color: #000;
text-transform: underline;
}


All times are GMT -8. The time now is 11:28 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.