Change font across the site - by Kay - on WordPress WooCommerce support

This topic has 4 replies, 2 voices, and was last updated 8 years, 8 months ago ago by Eva Kemp

  • Avatar: kayhebbourn
    Kay
    Participant
    August 11, 2015 at 11:58

    Hi how do I add the css to change the font to Raleway and change the colour and size please?

    Please, contact administrator
    for this information.
    3 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    August 11, 2015 at 12:20

    Hello,

    Please use this code in custom.css file:

    body {
        color: #818181;
        font-size: 15px;
        font-family: Raleway;
    }
    #main-nav > ul > li > a {
       font-size: 16px;
       font-family: Raleway;
       color: #818181;
    }

    Write your color and size values.
    To create custom.css you need rename default.custom.css to custom.css in wp-content/themes/blanco directory via FTP and enable it in Blanco – Theme Settings, tick “Enable Custom CSS file”.

    Regards,
    Eva Kemp.

    Avatar: kayhebbourn
    Kay
    Participant
    August 11, 2015 at 19:34

    Hi thanks for that, it’s worked on pages, but the font on the posts is very small and the product headings have not changed. Do you have a css to make the blog font bigger and change the font for product headings and main navigation?

    Avatar: Eva
    Eva Kemp
    Support staff
    August 11, 2015 at 20:34

    Hello,

    Please use this code in custom.css:

    .article p {
        font-size: 16px;
    }
    #products-grid.products_grid .product-grid .product-name a {
       font-size: 16px;
    }
    #main-nav > ul > li > a {
       font-size: 18px !important;
    }

    Regards,
    Eva Kemp.

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.