Can't change menu text color
-
I’m just starting out and the theme is great so far. But I’m having problems changing the font size of the main menu. When I do an “inspect element” from Chrome, I can see that the element is laid out thusly:
.blog-menu a {
font-size: 13px;
}And when I change the font-size to another value from within inspect element, the change is properly displayed on the page. However when I add the code:
.blog-menu a {
font-size: 25px;
}to my style.css file, the change is not registered. Any thoughts as to what I’m doing wrong?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Can't change menu text color’ is closed to new replies.