Site logo

Archived topic

How to resize fonts in WP show posts title below image

3 replies · Started by muralidharan on December 22, 2016

Viewing posts 1–4 of 4

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

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.

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

This archived topic is closed to new replies.