Hey again mohitguru,
If you’re reffering to post titles on your home page https://screencast.com/t/dyASdFcatjK then please try adding the following CSS code in the style.css file of your child theme or add it in your site using the following plugin:
https://www.ads-software.com/plugins/simple-custom-css
.post-content .post-title a {
font-size: 22px;
font-weight: bold;
font-style: italic;
}
Note that 22px is the original post title size and to change it you’ll have to change the numeric value to what ever suits you the most. As for bold and italic and other properties that you can add to titles please check the following link https://www.w3schools.com/css/css_font.asp.
Hope this helps ??
Best regards,
Bojan