Changing font style titels footer area

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

  1. maggiemae

    maggiemae Member

    Joined:
    Dec 15, 2014
    Messages:
    139
    Likes Received:
    0
    I would like to change the front style (lettertype: century gothic) from the titels of the first footer area, second, third and fourth. I have marked it in red. See attachment -->

    Thank you.
     

    Attached Files:

  2. praveen

    praveen Support Staff

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

    Use the css code given below.
    Code:
    .footer h3 {
    font-family: century gothic !important;
    }
    Thanks,
    Praveen
     

Share This Page