Hi @helikazeta
Thanks for the web page link.
News & Blog Designer Pack Plugin uses H2 tag for post title and does not apply any font CSS to it. It always inherits from your current theme so it looks like your theme part.
I can see you have added post slider on your home page. You can manage font size by below CSS. Please add this CSS to WordPress Appearance > Customize > CSS section and save it.
/* Post Title */
.bdp-post-title {
font-size: 24px !important;
}
/* Post Content */
.bdp-post-short-content {
font-size: 16px;
}
Hi @helikazeta
Any update?
Does the above CSS worked for you?
Hello,
Sorry for delayed response.
Yes! This works perfectly well.
Thank you
Hi @helikazeta
Glad to know that.
If you look liked my plugin and support then please rate it.
https://ww.wp.xz.cn/support/plugin/blog-designer-pack/reviews/
-
This reply was modified 5 years ago by
pluginandplay. Reason: Spelling Correction