lettertype changes

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

  1. maggiemae

    maggiemae Member

    Joined:
    Dec 15, 2014
    Messages:
    139
    Likes Received:
    0
    Is it possible to change the font style (lettertype: century gothic) from the text under a photo?

    I have marked in red. See attachment -->

    Thank you.
     

    Attached Files:

  2. Pramod

    Pramod Guest

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

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .wp-caption p.wp-caption-text {
      font-family: century gothic;
    }
    
    Thanks & Regards
    Pramod Patel
     

Share This Page