Font style (lettertype) and text

Discussion in 'Blackriders WordPress Theme' started by maggiemae, Feb 19, 2015.

  1. maggiemae

    maggiemae Member

    Joined:
    Dec 15, 2014
    Messages:
    139
    Likes Received:
    0
    1. I would like to change the font style (lettertype: century gothic) from all the places I have marked in red.
    2. I would like to change the text from all the places I have marked in blue.

    See attachment -->

    Is that possible?
     

    Attached Files:

  2. praveen

    praveen Support Staff

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

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    1>
    Code:
    button.single_add_to_cart_button.button.alt {
    font-family: century gothic !important;
    }
    .product_meta span,  .product_meta span a {
    font-family: century gothic !important;
    }
    .sidebar h3 {
    font-family: century gothic !important;
    }
    ul.product-categories li a {
    font-family: century gothic !important;
    }
    ul.cart_list.product_list_widget li {
    font-family: century gothic !important;
    }

    Thanks,
    Praveen
     
  3. praveen

    praveen Support Staff

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

    To change text you have to contact to woocommerce support.

    Thanks,
    Praveen
     

Share This Page