'Leave a Reply' -How do I control font size of this text

Posted in: Newspaper
Post count: 6

When you click on an article to read, at the bottom there is a box to leave a comment. The comment section of Newspaper has the text ‘Leave a Reply’ over the box. I cannot seem to find how to change the font for that particular bit of text. I have gone in and changed the font on most of the other elements of the comment box but cannot seem to get the “Leave a Reply’ to change it’s font. Suggestions?
Our site is- https://kuellife.com/

Post count: 20688

Hi,

Indeed a specific setting for that elements does not exist at the moment. You could use a code like this to chnage the font of the text, to similar fonts used on the page
https://www.screencast.com/t/W7UToTEy
Enter the code in Theme panel->Custom CSS if you would consider this a solution

.comments .comment-reply-title {
font-family: "Julius Sans One","Work Sans";
}

Thanks

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