Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author pluginandplay

    (@pluginandplay)

    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;
    }
    
    Plugin Author pluginandplay

    (@pluginandplay)

    Hi @helikazeta

    Any update?

    Does the above CSS worked for you?

    Thread Starter helikazeta

    (@helikazeta)

    Hello,

    Sorry for delayed response.
    Yes! This works perfectly well.

    Thank you

    Plugin Author pluginandplay

    (@pluginandplay)

    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
Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Title Font Size’ is closed to new replies.