[Support request] How to resize fonts in WP show posts title below image

Home Forums Support [Support request] How to resize fonts in WP show posts title below image

Home Forums Support How to resize fonts in WP show posts title below image

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #257211
    muralidharan

    Hi

    Can you help know how to resize the fonts size of the title that appears below the image in WpShow posts page. I know it is H2 but when i change it in customizer it does not reflect in the preview.

    Also, which typography should i make the changes Default Typography or Typography?

    thanks

    #257228
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    If they’re not in columns, it would be this:

    .wp-show-posts .wp-show-posts-entry-title {
        font-size: 25px;
    }

    If they’re in columns, try this:

    .wp-show-posts-columns .wp-show-posts-entry-title {
        font-size: 25px;
    }

    GP doesn’t control WPSP styling, but the next version of Pro will have typography settings.

    #257236
    muralidharan

    Tx tom appreciate your help. The CS code is not of much help.

    I did put this code in the cs editor

    Also, the wpshow posts code was inserted in the Elementor Page editor ( text editor)

    tx

    #257418
    Tom
    Lead Developer
    Lead Developer

    This might help when it comes to adding CSS: https://generatepress.com/knowledgebase/adding-css/

    You’ll need to adjust the values to see any difference.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.