How to Change Side Navigation Text Color By Itself

How to Change Side Navigation Text Color By Itself

All menu text is controlled via theme options for consistency. If you want to only change a side nav, you can use the CSS below. Copy and paste that into the Custom CSS field in Theme Options.
Copy to Clipboard.side-nav li a { color: #FFFFFF !important; }
.side-nav li a:hover { color: blue !important; } 1.side-nav li a {  color: #FFFFFF !important; }2.side-nav li a:hover { color: blue !important; }

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注