Changing color and boldness of menu items Posted in : Bloggy WP julesei84Participant 14 February 2014 at 23:04 #12315 Is it possible to make the font on the menu items bolder and to change the color? ahmetsaliKeymaster 15 February 2014 at 00:30 #12318 Hi, try this custom css code; .main-navigation ul li, .main-navigation ul li a { color: #FCFFD5; font-weight: 900; } julesei84Participant 15 February 2014 at 01:10 #12327 I tried it but nothing happened. I changed to a different color code to see and nothing changed. ahmetsaliKeymaster 15 February 2014 at 03:08 #12342 please provide your url to see what’s wrong. ahmetsaliKeymaster 15 February 2014 at 03:17 #12347 you have an extra # symbol in your color code start, remove that, it should be fine. .main-navigation ul li, .main-navigation ul li a { color: ##OOOOOO; font-weight: 900; } to .main-navigation ul li, .main-navigation ul li a { color: #000000; font-weight: 900; } julesei84Participant 15 February 2014 at 20:20 #12368 Nothing changed :/ Not sure if there’s another code interfering with it. I’m new to all of this and have been learning as I go along. http://julianaisaac.com ahmetsaliKeymaster 16 February 2014 at 00:20 #12371 just apply the fix i told in your other post, it should be fine. http://www.pixelwars.org/forums/topic/pencil-icon-above-each-post-title/ Viewing 7 posts - 1 through 7 (of 7 total) You must be logged in and have valid license to reply to this topic. License required for the following item Bloggy WP - Responsive Minimalist WordPress Themeby pixelwars Login and Registration Log in · Register