Best Premium and Free WordPress Themes › Forums › Online Shop › Css to make primary nav items bold This topic has 1 reply, 2 voices, and was last updated 6 years, 7 months ago by wpmad. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts April 4, 2018 at 1:13 pm #27971 jeramyporterParticipant Hello, I recently changed the color of my primary nav with the help of another support forum. But now the text is being drowned out by the nav’s new color. Is there any css to make the menu items bold? .header-wrapper #site-navigation { background: #ff0000; font-size: 110%; font-weight: bold; } I thought i could just add font-size and font-weight to the css I was already given but that didn’t seem to work. April 24, 2018 at 10:46 pm #28934 wpmadParticipant .header-wrapper .menu li a { font-size: 110%; font-weight: bold; } Author Posts Viewing 2 posts - 1 through 2 (of 2 total) The topic ‘Css to make primary nav items bold’ is closed to new replies.