Font style and underline text

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

  1. maggiemae

    maggiemae Member

    Joined:
    Dec 15, 2014
    Messages:
    139
    Likes Received:
    0
    1. changing font style (lettertype: century gothic) from home page blog heading
    2. changing font style (lettertype: century gothic) from blog post titels (green) and grey text.
    See attachment blog area marked in red.
    3. changing font style (lettertype: century gothic). See attachment product pagina (1) marked in red.
    4. Is it possible to underline the text? See attachment marked in blue.
    5. changing font style (lettertype: century gothic). See attachment product pagina 2 marked in red.

    Thank you. :)
     

    Attached Files:

  2. praveen

    praveen Support Staff

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

    Paste the css code given below in the custom css section.
    Code:
    .post h1 a, ul.post_meta li a, span.onsale, .woocommerce ul.products li.product .button, .related.products h2 {
    font-family: century gothic !important;
    }
    ul.products li a h3 {
    text-decoration: underline;
    }
    Thanks,
    Praveen
     
  3. maggiemae

    maggiemae Member

    Joined:
    Dec 15, 2014
    Messages:
    139
    Likes Received:
    0
    Thank you.

    Can you also give the css code for the following:
    changing font style (lettertype: century gothic) from home page blog heading.
     
  4. praveen

    praveen Support Staff

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

    Use this code.
    Code:
    h1.blog-heading {
    font-family: century gothic !important;
    }
    Thanks,
    Praveen
     

Share This Page