How to change only the size of the Blog Headings

Hello,

Please I would like to change the font size of the Blog Headings only (without affecting others fonts in the site).

I would like also to change the size of the Wiget titles only.

How can I do it please?

Thanks

Ricardo

Hi Ricardo,

Thanks for writing in! Could you please try adding the following CSS rules into your X -> Theme Options -> CSS area and then change the values accordingly.

.blog .entry-title {
    font-size: 150% !important;
}
.single-post .entry-title {
    font-size: 150% !important;
}

Hope that helps.

Thanks! That really helps.

And how can I change the size of the widget titles in the sidebar please?

Hi there,

Please try this code:

.x-sidebar .h-widget {
    font-size: 120% !important;
}

Hope this helps.

Thanks @Jade

You’re welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.