• 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)
  • Theme Author Anders Norén

    (@anlino)

    Hi cag8f,

    That change should do the trick. Try entering the code within a custom CSS plugin, and see if that does it.

    – Anders

    HI. Sorry to thread interject, but I’m having exactly the same problem. I’ve got Custom CSS installed, it works as I’ve centred the menu with it already, but adding this code to it isn’t doing anything. Strange as it works within Inspect Element.

    Any ideas, WordPress hive-mind?

    Andy

    *Footnote* It worked changing the stylesheet eventually. I think my router was caching

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can't change menu text color’ is closed to new replies.