Changing lettertype and color

Discussion in 'Blackriders WordPress Theme' started by maggiemae, Mar 4, 2015.

  1. maggiemae

    maggiemae Member

    Joined:
    Dec 15, 2014
    Messages:
    139
    Likes Received:
    0
    Can you help me with the issues indicated in the attchament -->
     

    Attached Files:

  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi maggie!

    Please use the css code given below.

    Code:
    .woocommerce .woocommerce-info {
    border-top-color: #43a53f;
    }
    .woocommerce .woocommerce-info:before {
    color: #43a53f;
    }
    
    Please provide us url of the page whose lettertype you need to change.

    Thanks,
    Praveen
     
  3. maggiemae

    maggiemae Member

    Joined:
    Dec 15, 2014
    Messages:
    139
    Likes Received:
    0
  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello maggie!

    I am getting font family century gothic on the given link no need to change it.
    The given link content is not matching with the image content.

    Thanks & Regards
    Pramod Patel
     
  5. maggiemae

    maggiemae Member

    Joined:
    Dec 15, 2014
    Messages:
    139
    Likes Received:
    0
    It's because you need to put something in the shoppingbag first before you can see the checkout page.
    Than the given link will match with the image content.
     
  6. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi maggie!

    Please use the css code given below.
    Code:
    .woocommerce-billing-fields h3 {
    font-family: Century Gothic !important;
    }
    h3#ship-to-different-address {
    font-family: Century Gothic !important;
    }
    h3#order_review_heading {
    font-family: Century Gothic !important;
    }
    Thanks,
    Praveen
     

Share This Page