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.

Font

11 years ago · Last reply by P P 11 years ago

Hi, I am using Vantage Premium theme and I have an issue with changing font in:

-main menu and sub menu
-fotter widget title
I would like to use ‘Shadows into light’ font.

How can I change the font color from #464646 to #ffffff in blog comment part: http://www.compleatadvice.nl/diet/hello-world/. The issue is that if I change the font color, it will be changed also in post text part. How can I change only in post comment part?

site: www.compleatadvice.nl

URL: http://www.compleatadvice.nl

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

Need fast email support? Get SiteOrigin Premium

Replies

4
  1. Andrew Misplon Staff 11 years, 2 months ago

    Hi P P

    Here are the selectors you can use under Appearance > Custom CSS for these changes. Edit as required:

    @import url(http://fonts.googleapis.com/css?family=Shadows+Into+Light);
    /* Vantage Set Menu Font Family and Size */
    .main-navigation {
    font-family: 'Shadows Into Light', cursive;
    font-weight: normal;
    }
    /* Vantage Set Footer Widget Title Font */
    #footer-widgets .widget h1.widget-title {
    font-family: 'Shadows Into Light', cursive;
    }
    /* Vantage Comment Form Notes */
    #commentform .form-allowed-tags, #commentform .form-allowed-tags code, #commentform .comment-notes {
    font-size: 0.8em;
    color: #ffffff;
    }

    Ref: https://siteorigin.com/basics/modifying-theme-design-with-custom-css/

    Hope that helps.

  2. P P 11 years, 2 months ago

    Hi,

    GREAT! Thanks a lot for your quick help!

  3. Andrew Misplon Staff 11 years, 2 months ago

    For sure, glad we could assist.

  4. P P 11 years, 2 months ago

    Hi Andrew,

    Because of some reasons I need to change again the menu and site titles/headers font style.

    The font would be “Berlin_Sans_FB_Demi”.

    As I have checked and these are not google fonts. Is it possible to use in Vantage theme, anyway? Will it be visible on other computers?

    Thanks for your help in advance.

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