Viewing 2 replies - 1 through 2 (of 2 total)
  • The headings are here:

    .entry-header .entry-title {
    font-size: 20px;
    font-size: 1.428571429rem;
    line-height: 1.2;
    font-weight: normal;
    }

    Change font-weight: normal; to font-weight: bold;

    The links for your navigation are at the bottom of the stylesheet in the media queries:

    .main-navigation li a {
    border-bottom: 0;
    color: #6A6A6A;
    line-height: 3.692307692;
    text-transform: uppercase;
    white-space: nowrap;
    }

    Using the element inspector in Chrome or firebug in FF is an easy way to figure out what CSS does what.

    Thread Starter adlawrence

    (@adlawrence)

    Thank you, Christine! Both worked perfectly.

    I am using Firebug lite and element for Chrome and Firebug for Firefox. I just kept looking around and didn’t quite find them (unlike me finding all the other text I wanted to change). Sometimes another pair of eyes is just right.

    Cheers!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change Navbar Text Color and Bold Page Title’ is closed to new replies.