Lowercase menu, link and post title font size Posted in : Photographer FelipeslemosParticipant 2 August 2015 at 19:31 #24018 1 – I try to insert this three different customs css to change menu font to lowercase and don’t work. Am I doing this wrong? .site-nav { text-transform: lowercase; } .main-navigation { text-transform: lowercase; } .site-navigation { text-transform: lowercase; } 2 – I try to change menu links font size using this custom css and don’t work too. .vs-nav li a { font-size: 2em; } 3 – How to change post title font size? Please, help. ahmetsaliKeymaster 2 August 2015 at 22:22 #24033 Hi, 1-) try this one; .nav-menu ul li { text-transform: none; } 2-) try this custom css code; .nav-menu li a { font-size: 1.1em; } 3-) try this; @media screen and (min-width: 768px) { h1.entry-title { font-size: 3em; letter-spacing: -2px; } } FelipeslemosParticipant 3 August 2015 at 04:37 #24047 Questions 1 and 2 ok. 3 – How to change post title font size? – still not working serkanModerator 4 August 2015 at 12:12 #24089 Could you provide me your related post url, so i can help you. Which post title you are talking about? Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in and have valid license to reply to this topic. License required for the following item Photographer WordPress Themeby pixelwars Login and Registration Log in · Register