Change main menu text color
-
Hello,
In the Twenty Eleven theme, I tried to change the text color for my main menu with:
#access ul {
color: black;
}Nothing happened.
How can I change the text color in the main menu?
Thanks.
The blog I need help with is: (visible only to logged in users)
-
Hello again,
I have tried every thing under the moon to change the text color of my main navigation to no avail.
Can anyone help?
Thanks
-
By Golly, six hours later I figured out how to do it.
#access ul .current_page_item a {
border-right: 1px solid #ccc;
color: #999;
}This CSS customization forum is not at all efficient in responding to member’s issues!
Looking at the dates members request assistance and the dates they get a response, often it is three weeks or more. Maybe WordPress could take some lessons from Squarespace in this department…
-
Sorry for not getting back to you sooner. The response time is usually faster, but sometimes it gets longer for various reasons. I’m sure Squarespace has (or will) run into the same issues at some point. :)
Thank you for posting a reply back with the solution to your question!
-
Thank you for your response.
Often we learn a lot just grinding through it ourselves.
Happy New Year!…
- The topic ‘Change main menu text color’ is closed to new replies.