@scubafreak: Hi Dan
1. Frame widgets in the Main Sidebar: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
@media screen and (min-width: 1280px) {
#secondary .widget-title {
background-color: #3eaadd;
color: #fff;
margin-left: -40px;
margin-right: -40px;
margin-top: -40px;
padding: 10px;
text-align: center;
}
}
@media screen and (max-width: 1279px) and (min-width: 1153px) {
#secondary .widget-title {
background-color: #3eaadd;
color: #fff;
margin-left: -30px;
margin-right: -30px;
margin-top: -30px;
padding: 10px;
text-align: center;
}
}
@media screen and (min-width: 961px) {
#secondary .widget-title {
background-color: #3eaadd;
color: #fff;
margin-left: -20px;
margin-right: -20px;
margin-top: -20px;
padding: 10px;
text-align: center;
}
}
@media screen and (min-width: 561px) and (max-width: 960px) {
#secondary .widget-title {
background-color: #3eaadd;
color: #fff;
margin-left: -11px;
margin-right: -11px;
margin-top: -11px;
padding: 10px;
text-align: center;
}
}
@media screen and (max-width: 560px) {
#secondary .widget-title {
background-color: #3eaadd;
color: #fff;
margin-left: -14px;
margin-right: -14px;
margin-top: -14px;
padding: 10px;
text-align: center;
}
}
Hope this helps. If you need further customization, I recommend you to hire a customizer.
2. Promotion Headline for contact entry form instead of Action Button
You’ll need to hire a customizer for this.
https://catchthemes.com/hire-customizer/
Regards,
Mahesh