• The home button appears to be in bold, I’d like to change it to make it look normal (non-bold). Where do I find it in the CSS? I’ve already tried with various tags I found in the HTML (via source code), but none of them worked.

    Anyone know? 🙂

    Thanks very much.

Viewing 4 replies - 1 through 4 (of 4 total)
  • No way to help without seeing your site.

    Thread Starter Foliferous

    (@revs)

    It’s localhost! Also, I forgot to mention, it’s the 2012 theme. All of them have this horizontal menu bar, which starts with the “Home” link. The link is in between two horizontal lines, I’m sure you know which one I mean 🙂

    the ‘home’ button is only bold if you are on the home page- that is to indicate the currently viewed page.

    in style.css of your child theme, or via a ‘custom CSS’ plugin, add:

    .main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a, .main-navigation .current_page_item > a, .main-navigation .current_page_ancestor > a { font-weight: normal; }

    http://www.w3schools.com/cssref/pr_font_weight.asp

    Thread Starter Foliferous

    (@revs)

    Awesome, it worked! Thanks very much. Indeed, it’s only in bold if it’s selected. Since I only want to have one page in the menu, I preferred to have it not in bold. Solved! 🙂

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Changing the style of the home button’ is closed to new replies.