Hi there,
You will need to add some custom CSS to achieve this.
Install and activate this plugin then go to “Add Custom CSS” on your dashboard and paste this
.widget-title{
padding:2px 0;
text-transform:uppercase;
}
Also you can add this
@media (min-width: 1200px) {
.container {
width: 90%;
}
}
to change the width of your content.
Keep in mind that this might cause layout issue because the theme was not designed to support a container size larger than 1040px.
You can paste this
header .site-bar{
background:#eee;
}
to change the background of the menu.
in the box.