Css to make primary nav items bold - Acme Themes

Best Premium and Free WordPress Themes Forums Online Shop Css to make primary nav items bold

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #27971
    jeramyporter
    Participant

    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.

    #28934
    wpmad
    Participant
    .header-wrapper .menu li a {
        font-size: 110%;
        font-weight: bold;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Css to make primary nav items bold’ is closed to new replies.