Also, how do I change the color of my navigation bar text, the hover over of my navigation bar text, and the active click state of my navigation bar text?
`/* CANNOT BE USED IN CUSTOMCSS PANEL */
.navbar .nav > li > a {
/* Adjust (#fe4e03) text color */
color: #fe4e03;
}
/* CANNOT BE USED IN CUSTOMCSS PANEL */
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
/* Adjust (#ffffff) text color */
color: #ffffff;
}’
Add these to style.css in your Child Theme.
Viewing 1 replies (of 1 total)
The topic ‘Navigation Bar Text’ is closed to new replies.