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?
Hi maggie! Use the css code given below. Code: h3#reply-title { font-family: Century gothic; } #respond input#submit { font-weight: bold; } Thanks, Praveen