Remove Raleway from everywhere - by spiros.milonas

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

  • Avatar: spiros.milonas
    spiros.milonas
    Participant
    January 18, 2017 at 14:02

    Hello

    I’ve tried to change raleway fonts but it still appears in some places. I searched previous topics solutions and nothing changed. How I can remove it globally?

    Thanks Spiros

    7 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 18, 2017 at 14:16

    Hello,

    Try to add this code in Custom CSS:

    .product-information .price {
        font-family: Lato !important;
    }
    .type-label-1 {
        font-family: Lato !important;
    }
    .total {
        font-family: Lato !important;
    }

    Regards,
    Rose Tyler.

    Avatar: spiros.milonas
    spiros.milonas
    Participant
    January 19, 2017 at 08:46

    Hello

    This really helped.
    Raleway only remail at the total of the checkout page.

    Regards Spiros

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 19, 2017 at 08:56

    Hello,

    Please, also use this code:

    .cart-collaterals .cart_totals h2 {
        font-family: Lato;
    }
    .cart-collaterals table th {
        font-family: Lato;
    }
    .cart-collaterals .order-total strong span {
        font-family: Lato;
    }
    .shop_table th {
        font-family: Lato;
    }
    .shop_table .order-total td {
        font-family: Lato;
    }

    Regards,
    Rose Tyler.

    Avatar: spiros.milonas
    spiros.milonas
    Participant
    January 20, 2017 at 10:12

    thanks for the reply but still nothing changed.
    At the checkout page
    product price
    product price total
    cart subtotal
    cart total
    are all in raleway.

    regards Spiros

    Avatar: Eva
    Eva Kemp
    Support staff
    January 20, 2017 at 12:57

    Hello,

    Please try this css code:

    body, p, a {
     font-family: Lato !important;
    }

    Regards,
    Eva Kemp.

    Avatar: spiros.milonas
    spiros.milonas
    Participant
    January 22, 2017 at 16:52

    Hello

    Still nothing

    Avatar: Eva
    Eva Kemp
    Support staff
    January 23, 2017 at 11:40

    Hello,

    Please give your site link to check.

    Thank you.
    Regards,
    Eva Kemp.

  • Viewing 8 results - 1 through 8 (of 8 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.