Center align widget header text

Hi,First of all thanks much for creating such a beautiful theme.
Is it possible to center align header text on home page widget? I am new to Wordpress.

No problem with that. Add this code to Theme Options - Other - Custom CSS and save changes

.home-widget-area .widgettitle {
    text-align: center;
}

it should center homepage widget titles while leaving other widgets untouched.

This works beautifully… Thank you so much for such a prompt revert. You have been awesome :slight_smile: