Viewing 6 replies - 1 through 6 (of 6 total)
  • firebug points to line 345 in style.css

    #site-title a {
        color: #000000;
        font-weight: bold;
        text-decoration: none;
    }
    Thread Starter klkippes

    (@klkippes)

    Ok I have put font-family: sans-serif;
    after text-decoration: none and even took out text-decoration: none but still can not get it to change.

    Force refresh your browser (Ctrl + F5), or clear your browser cache.

    That is the correct place, you can verify changes to the site title by replacing font-family: sans-serif; with something like font-family:"Times New Roman",Georgia,Serif or changing the color or font-weight. Make sure to refresh the page and you should see the change.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Be sure not to update your theme until you’ve transferred changes to the theme’s files onto a Child Theme or at least a Custom CSS plugin, to avoid loss of work.

    Thread Starter klkippes

    (@klkippes)

    thank you very much it was the clear your browser cache.

    thank you very much

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘changing font on 2010 for Site title’ is closed to new replies.