This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Different font in footer

Resolved 7 replies premiumthemetheme-vantage
11 years ago · Last reply by Andrew Misplon 11 years ago

Hi

I have a quick question about fonts.

I am using the Special Elite font on our website (footballandthefirstworldwar.com), however, I would like the text in the footer and the text in the Cookie Law plugin to display in another font (maybe arial or something similar).

Is this possible?

Many thanks in advance

Iain

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

7
  1. Andrew Misplon Staff 11 years, 9 months ago

    Try this under Appearance > Custom CSS:

    /* Footer */
    #colophon {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    }
    /* Cookie Law Page */
    .page-id-3685 .entry-content {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    }

    Font Stack Tool: http://cssfontstack.com/

    Let me know.

    Cheers

  2. Iain McMullen 11 years, 9 months ago

    Hi Andrew

    I’ve pasted the CSS into the Custom CSS but it doesn’t seem to have changed anything? Whould I need to use a font that comes with the Vantage theme?

    Thanks

  3. Andrew Misplon Staff 11 years, 9 months ago

    Hi Iain

    Please can you paste the CSS back in so I can see it in the page, thanks.

  4. Iain McMullen 11 years, 9 months ago

    Hi Andrew

    Ok – I’ve just pasted the CSS is back in the Custom CSS section now.

    http://www.footballandthefirstworldwar.com/

    Cheers

  5. Andrew Misplon Staff 11 years, 9 months ago

    Couple changes, give this a go for me:

    /* Footer */
    #colophon.site-footer *, #catapult-cookie-bar {
    font-family: Arial, “Helvetica Neue”, Helvetica, sans-serif !important;
    }
    /* Cookie Law Page */
    .page-id-3685 .entry-content * {
    font-family: Arial, “Helvetica Neue”, Helvetica, sans-serif;
    }
  6. Iain McMullen 11 years, 9 months ago

    Yep – that worked for me.

    Thanks

  7. Andrew Misplon Staff 11 years, 9 months ago

    Super, glad that worked.

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread