If you want to highlight the current menu with white background,
.current-menu-item {
background: #FFFFFF !important;
}
Graphene Child Theme Template | Graphene Theme Tutorials | WordPress tutorials.
Fetching latest tweet ...
If you want to highlight the current menu with white background,
.current-menu-item {
background: #FFFFFF !important;
}
Thank you very much Prasanna, Your tips are very much helpful to me.
Can you suggest me,If I want to keep bg color white instead of gray, and do the same thing?
I tried applying faux images as below:
#content .sidebar
{
width: 215px; float: left;
}
#content
{
overflow: auto;
background: #ffffff repeat-y;
}
but what happens here, white background remains there always and doesn't change as per the size of my main content.
This topic has been closed to new replies.