Comment zone font ?

Posted in: Newspaper
Post count: 57

Hi,
I have changed “VIEWS AND COMMENTS” font in theme panel to Noto Sans, but when i refresh post, it’s still show verdana. How can i change this font?

// More question: I want to change all excerpt text color ? it’s too dim.

  • This topic was modified 10 years by gagosg.
  • This topic was modified 10 years by gagosg.
Post count: 22421

Hello,

The comment section can only be targeted with css:

#reply-title{
font-family:MY CUSTOM FONT!important;
}
.logged-in-as{
font-family:MY CUSTOM FONT!important;
}
#commentform input[type=text],
#commentform input[type=url],
#commentform input[type=tel],
#commentform input[type=email],
#commentform textarea{
font-family:MY CUSTOM FONT!important;
}
.form-submit input[type=submit] {
font-family: MY CUSTOM FONT!important;
}

Use this code in the theme panel->custom css box and add the font you want to use to it.
I hope this helps.
Thank you!

  • This reply was modified 10 years by Bogdan B..
Post count: 57

And how i can change their size ?

Post count: 57

Thanks,
I did it.

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.