Recent Comments – Italic

Posted in: Newspaper
Post count: 60

Hi, when i placed the recent comments widget in sidebar, it shows the comments and author name in italic format. How do i change it to normal ?. And why is it set to display in italic by default ?.

Post count: 23312

Hello techpaced,

This is the normal theme behavior. If you want to change it, you should use the code below and place it in Theme Panel -> Custom CSS area.

#recentcomments a {
font-style: normal;
}

Thanks.

Post count: 60

Thanks, i found there are 2 ways to do it. One is using the css method and other is from the theme options itself.

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