You are viewing the OptimizePress 2.0 Help center. Click here for OptimizePress 3.0 support.

Customize Comment Font Size

If you want to change the font size of the comments text inside the OptimizePress blog system this can be accomplished with some simple CSS. Use the following code and customize the values to fit your desired style.

Add these codes inside Blog Settings > Modules > Other Scripts > Custom CSS:

.comments-container .comments-panel p {
font-size: 20px !important;
line-height: 27px !important;
}

To change the comment author name individually use this custom CSS:

.comment-meta p {
font-size: 20px !important;
}

To change the comment date use this custom CSS:

.comment-meta span {
font-size: 20px !important
}

Was this article helpful?

Related Articles

Support Discontinued
As a discontinued platform, OptimizePress 2.0 is no longer officially supported. We recommend upgrading to our new OptimizePress suite. Click the button below to see our latest plans
Upgrade to OptimizePress 3.0