Hi I want to change the color of the pages on the right side so that they are move visable Like Blue to match the theme. The grey color is too lite to see. Thanks see screenshot
Hello, For this Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .page_content .sidebar ul li a{ color: YOUR COLOR VALUE; } Thanks & Regards Nitesh Raghuwanshi
it only works when the move hoovers over it. I'd like the color to be steady blue and not grey so that its clearly seen... thanks
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .page_content .sidebar ul li a { color: red ! important; } In place "red" you can put your color or color code. This will solve your issue.