Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • questbg Friend
    #137538

    Hi Everyone

    I’d like to change all headings and section headings on the site from the current serif font to a sans-serif font:

    These are the only serif fonts now remaining on the site and I’d like to change them all to sans/bold. Could somebody point me in the direction of the correct .css file and location of the code please?

    Many Thanks
    Chris

    artmyth Friend
    #288390

    Would it not be in the template.css file?

    line numbers
    18 – 23
    body {
    background: #FFFFFF;
    color: #000000;
    font-family: Arial, sans-serif;
    line-height: 1.5;
    }

    line numbers
    61 – 65
    /* Title text */
    .contentheading, .componentheading, h1, h2, h3, h4 {
    font-family: Cambria, “Times New Roman”, Times, serif;
    line-height: 1.1;

    line numbers 340 – 350
    .contentdescription {
    display: block;
    padding: 10px;
    margin: 10px 0;
    font-family: Cambria, “Times New Roman”, Times, serif;
    font-size: 125%;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    background: #F7F7F7;
    font-style: italic;
    }


    or are those sections you have circled affected by ja.news.css lines 70 77, 119,

    questbg Friend
    #288393

    Thanks artmyth

    Awesome. Job Done!!!

    artmyth Friend
    #288394

    kool – glad to help

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  artmyth 15 years, 10 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum