How to change text sizes in widget area (ICON)

Hi guys,

I launched my blog page and choose a right handed sidebar to show off the latest posts, categories etc. But the font sizes are way to big for my taste.
Find the URL here:

I would like to change the sizes of Headlines as well as the color.
I would like to change the size of the links as well.

I am happy if someone could help me.

Thanks a lot

HI @KrisPauli85,

Please try adding the following CSS on Theme Options > Global CSS:

.x-sidebar h4.h-widget { /*For sidebar header. Adjust the size and color accordingly*/
    font-size: 100%;
    color: red;
}
.x-sidebar .widget ul li, .x-sidenar .widget ol li {
    font-size: 15px; /*Adjust to  your preferred link font size too*/
}

Hope this helps.

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