Some changes

Discussion in 'Blackriders WordPress Theme' started by maggiemae, Mar 4, 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 "Geef een reactie" marked in red (see attachment)?

    Also I would like to change the text in another text can you tell me where I can do that?

    I also marked the button "Geef reactie" in red. I would like to make the text bold. Can you give me a code for that?
     

    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:
    h3#reply-title {
    font-family: Century gothic;
    }
    #respond input#submit {
    font-weight: bold;
    }
    Thanks,
    Praveen
     

Share This Page