Hello -Boho Navigation Menu On Blog Page Question

QuestionsCategory: QuestionsHello -Boho Navigation Menu On Blog Page Question
Natasha Dickey asked 5 years ago

Hi there.
I got the Hello Boho theme and on the blog page, I want to change the Navigation Menu :top Categories font color and I don\’t know how. Not just where it says Top Categories but also the names of my categories. I want to change them all to white or actually if I could make the words \”top categories\” one color and make the category names \”another color\”. I\’ve searched through the style sheets and I just can\’t seem to find it. 🙁
 
p.s. I included an image in case you didn\’t know what I was talking about. I made it red so it was easy to see but I\’m going to make that black/charcoal/ or grey and I wanted to change the font inside of it to different colors. (light colors)

Attachments
1 Answers
Jennifer Staff answered 5 years ago

Add this to your style sheet, you can adjust the white to any color
 
.blog-slider .widget_nav_menu .widget-title {
color: #fff;
}
 
Then on line 1547, you will find this
 
.blog-slider .widget_nav_menu li a {
font-size: 3.0rem;
color: #333;
}
 
and can change that #333 to any color.  Let me know if you have any issues. Don’t forget to clear your cache (browser and hosting) after you make the adjustments.

Natasha Dickey replied 5 years ago

it worked perfectly, thank you.