Hi Gurpartap Singh,
Thanks for the Theme.
I have notice a minor problem where I was not able to view the active link on the menu. The problem was that the background is dark and the link was black.
I have made some changes in style.css file where I added this code, as a solution for the above problem.
div.sidebarLeft-content div.content li a.active {
color:#B9B9B9;
}
#B9B9B9 this color is same as the color assigned to the header of the menu.
Regards
Naveen P.L.
Comments
Comment #1
Gurpartap Singh commentedwith #fff. Makes better contrast, since block title is already colored as #B9B9B9.